forked from arXiv/arxiv-browse
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
56 lines (52 loc) · 1000 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
52
53
54
55
56
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
dataclasses = "*"
python-dateutil = "*"
Flask-API = "*"
Flask-SQLAlchemy = "==2.4.4" # ARXIVNG-3649
MarkupSafe = "*"
SQLAlchemy = "==1.3.20" # ARXIVNG-3649
pytz = "*"
mysqlclient = "==1.4.1"
"mmh3" = "*"
aiohttp = "==3.6.2"
flask = ">=1.0.2"
validators = "*"
mypy-extensions = "*"
flask-wtf = "*"
arxiv-auth = "==0.4.2rc1"
mypy = "==0.800"
jinja2 = "==2.10.1"
flask-s3 = "*"
arxiv-base = "==0.17.4.post2"
retry = "==0.9.2"
geoip2 = "*"
bcrypt = "*"
werkzeug = "==1.0.1"
[dev-packages]
pylama = "*"
"nose2" = "*"
sqlacodegen = "*"
Flask-Testing = "*"
pycodestyle = "*"
pydocstyle = "*"
pylint = "==2.3.0"
pytest = "*"
pytest-html = "*"
"ansi2html" = "*"
hypothesis = "*"
"beautifulsoup4" = "*"
pyhamcrest = "*"
pytest-easyread = "*"
weighted-levenshtein = "*"
coverage = "*"
coveralls = "*"
sphinx = "*"
sphinx-autodoc-typehints = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true