forked from arXiv/arxiv-browse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
49 lines (46 loc) · 835 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
dataclasses = "*"
python-dateutil = "*"
Flask-API = "*"
Flask-SQLAlchemy = "*"
MarkupSafe = "*"
SQLAlchemy = "*"
pytz = "*"
mysqlclient = "==1.4.1"
"mmh3" = "*"
aiohttp = "*"
flask = "==1.0.2"
arxiv-base = "==0.16.1"
validators = "*"
mypy-extensions = "*"
flask-wtf = "*"
arxiv-auth = "==0.3.1"
mypy = "*"
jinja2 = "==2.10.1"
flask-s3 = "*"
[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"