aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Pipfile b/Pipfile
index adb2bbc2..e687ad00 100644
--- a/Pipfile
+++ b/Pipfile
@@ -1,22 +1,22 @@
[[source]]
-
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
-
[dev-packages]
-
-
+pytest = "*"
+pytest-pythonpath = "*"
+ipython = "*"
+responses = "*"
+pytest-cov = "*"
+pylint = "*"
[packages]
-
Flask = "*"
SQLAlchemy = "*"
requests = "*"
Flask-SQLAlchemy = "*"
-
+raven = "*"
[requires]
-
python_version = "3.5"