-
Notifications
You must be signed in to change notification settings - Fork 12
/
Pipfile
51 lines (48 loc) · 940 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
51
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "==1.0.2"
dataclasses = "==0.6"
pyjwt = "==1.6.4"
jsonschema = "==2.6.0"
sqlalchemy = ">=1.3.0"
pytz = "==2018.7"
uwsgi = "==2.0.17.1"
mysqlclient = "==1.3.13"
mimesis = "==2.1.0"
bleach = ">=3.0.2"
python-dateutil = "*"
unidecode = "*"
celery = "==4.1.0"
arxiv-auth = "~=0.4.2rc1"
mypy_extensions = "*"
kombu = "==4.1.0"
semver = "*"
flask-sqlalchemy = "*"
retry = "*"
backports-datetime-fromisoformat = "*"
arxiv-base = "~=0.16.6"
alembic = "*"
urllib3 = ">=1.24.2"
Jinja2 = ">=2.10.1"
pyyaml = ">=4.2b1"
arxiv-vault = "~=0.1.1rc15"
redis = "==2.10.6"
mypy = "==0.720"
[dev-packages]
"nose2" = "*"
openapi-spec-validator = "*"
coverage = "==4.5"
coveralls = "*"
pylint = "<2"
mimesis = "*"
sphinx = "*"
sphinx-autodoc-typehints = "*"
pydocstyle = "==3.0.0"
pytest = "*"
pytest-cov = "*"
docker = "*"
[pipenv]
allow_prereleases = true