forked from arXiv/arxiv-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
56 lines (52 loc) · 1.07 KB
/
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
51
52
53
54
55
56
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pycountry = "*"
mysqlclient = "*"
python-dateutil = "*"
captcha = "*"
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.3.1"
arxiv-auth = {path = "./users"}
arxiv-base = "*" # constrained by version set by arxiv-auth
Authlib = "==0.11" # ARXIVNG-2993
openapi-spec-validator = "*"
bleach = "*"
urllib3 = ">=1.24.2" # CVE-2019-11324
pyyaml = "==5.4" # CVE-2017-18342
pytz = "*"
flask-sqlalchemy = "*"
"flask-s3" = "*"
redis = "==2.10.6"
redis-py-cluster = "==1.3.6"
email-validator = "*"
werkzeug = "==1.0.1"
pillow = "==8.1.1"
cryptography = "==3.3.2"
retry = "*"
[dev-packages]
mimesis = "==2.1.0"
mypy = "==0.720"
pydocstyle = "==2.1.1"
pylint = "*"
coverage = "*"
coveralls = "*"
pytest = "*"
pytest-cov = "*"
astroid = "*"
"nose2" = "*"
fakeredis = "*"
hypothesis = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true