aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile50
1 files changed, 24 insertions, 26 deletions
diff --git a/python/Pipfile b/python/Pipfile
index 341214b0..ea9c94ab 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -12,50 +12,48 @@ pytest = ">=5,<6.0.0"
pytest-pythonpath = "*"
pytest-pylint = "*"
ipython = "*"
-responses = ">=0.10"
-pytest-cov = "*"
-pylint = "*"
-pg-view = "*"
-pytest-mock = "*"
-flake8 = "*"
+responses = "==0.12.*"
+pytest-cov = "==2.*"
+pylint = "==2.*"
+pytest-mock = "==3.*"
+flake8 = "==3.*"
[packages]
fatcat-openapi-client = {path = "./../python_openapi_client"}
python-dotenv = "*"
-Flask = ">=1"
+Flask = "==1.*"
flask-uuid = "*"
flask-debugtoolbar = "*"
flask-login = "*"
flask-wtf = "*"
-Flask-Misaka = "*"
-flask-mwoauth = "*"
-WTForms = "*"
+Flask-Misaka = "==1.*"
+flask-mwoauth = "==0.4.*"
+WTForms = "==2.*"
loginpass = "==0.4"
# loginpass 0.4 is not actually compatible with newer authlib
authlib = "<0.13"
-requests = ">=2"
+requests = "==2.*"
raven = {extras = ['flask'],version = "*"}
-pykafka = ">=2"
-confluent-kafka = "*"
-python-dateutil = "*"
-sickle = "*"
+confluent-kafka = "==1.*"
+python-dateutil = "==2.*"
+sickle = "==0.7.*"
python-snappy = "*"
-pymacaroons = "*"
-ftfy = "*"
-citeproc-py = ">=0.4"
+pymacaroons = "==0.13.*"
+ftfy = "==5.*"
+citeproc-py = "==0.5.*"
citeproc-py-styles = ">=0.1"
-bs4 = "*"
-python-magic = "*"
-pylatexenc = "*"
-pygal = "*"
+beautifulsoup4 = "==4.*"
+python-magic = "==0.4.*"
+pylatexenc = "==2.*"
+pygal = "==2.*"
elasticsearch-dsl = ">=7.0.0,<8.0.0"
elasticsearch = ">=7.0.0,<8.0.0"
dateparser = ">=0.7"
-langdetect = "*"
-pathlib2 = "*"
+langdetect = "==1.*"
+pathlib2 = "==2.*"
pycountry = "==19.8.18"
-tldextract = "*"
-toml = ">=0.10"
+tldextract = "==3.*"
+toml = "==0.10.*"
fuzzycat = "==0.1.9"
[requires]