forked from arXiv/arxiv-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
50 lines (46 loc) · 928 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pycountry = "*"
mysqlclient = "*"
python-dateutil = "*"
captcha = "*"
redis = "*"
celery = "*"
flask = "*"
Jinja2 = ">=2.10.1" # CVE-2019-10906
jsonschema = "*"
pyjwt = "==1.7.1"
requests = ">=2.21.0"
SQLAlchemy = ">=1.3.0" # CVE-2019-7548, CVE-2019-7164
uwsgi = "*"
wtforms = "==2.1"
arxiv-base = "==0.16.6"
authlib = "*"
redis-py-cluster = "==1.3.6"
openapi-spec-validator = "*"
6c2b755 = {path = "./../users"}
arxiv-auth = "*"
bleach = "*"
urllib3 = ">=1.24.2" # CVE-2019-11324
pyyaml = "==5.4" # CVE-2017-18342
arxiv-vault = "==0.1.1rc14"
pillow = "==8.1.1"
[dev-packages]
mimesis = "==2.1.0"
mypy = "*"
pydocstyle = "*"
pylint = "*"
sphinx = "*"
sphinx-autodoc-typehints = "*"
coverage = "*"
coveralls = "*"
pytest = "*"
pytest-cov = "*"
"nose2" = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true