diff --git a/.gitignore b/.gitignore
index 5f476424ef..d66419ff80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@ StyleCop.Cache
*.ncrunchsolution
*.pyc
node_modules/
+venv/
# Build results
[Dd]ebug/
diff --git a/Core/CKAN-core.csproj b/Core/CKAN-core.csproj
index acfc97561f..c276c2df61 100644
--- a/Core/CKAN-core.csproj
+++ b/Core/CKAN-core.csproj
@@ -38,7 +38,7 @@
-
+
diff --git a/Netkan/CKAN-netkan.csproj b/Netkan/CKAN-netkan.csproj
index 4b5880d5d5..523ce9e5f7 100644
--- a/Netkan/CKAN-netkan.csproj
+++ b/Netkan/CKAN-netkan.csproj
@@ -41,7 +41,7 @@
-
+
diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj
index 5ed8314362..fe5bc454ce 100644
--- a/Tests/Tests.csproj
+++ b/Tests/Tests.csproj
@@ -42,7 +42,7 @@
-
+
diff --git a/bin/requirements.txt b/bin/requirements.txt
index f403d5094a..7e76a2dd4f 100644
--- a/bin/requirements.txt
+++ b/bin/requirements.txt
@@ -1,4 +1,5 @@
click
+exitstatus
gitpython
jsonschema
pygithub