-
Notifications
You must be signed in to change notification settings - Fork 15
/
Pipfile
68 lines (65 loc) · 1.62 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
57
58
59
60
61
62
63
64
65
66
67
68
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
#arxiv-auth = ">=1.0.0rc1" #"*" #"==0.2.7"
arxiv-base = {editable = true, ref = "ed3feece", git = "https://github.com/arXiv/arxiv-base.git"} #"*" #">1.0.0a2" #"==0.17.4.post2"
bleach = "*"
boto = "*" #"==2.48.0"
boto3 = "*" #">=1.0.0,<2.0.0" #"==1.6.6"
botocore = "*" #"==1.9.6"
certifi = "*" #"==2017.7.27.1"
chardet = "*" #"==3.0.4"
click = "*" #"==6.7"
dataclasses = "*" #"==0.4"
docutils = "*" #"==0.14"
elasticsearch = "==6.3.0"
elasticsearch-dsl = "==6.4.0"
feedgen = "*" #"==0.9.0"
flask = ">=2.2,<3.0" #"==1.0.4"
flask-s3 = "*" #"==0.3.3"
idna = "*" #"==2.6"
ipaddress = "*" #"==1.0.19"
itsdangerous = "*" #"==0.24"
jinja2 = "*" #"<3.0" #"*" #">=3.0" #"==2.11.3"
jmespath = "*" #"==0.9.3"
jsonschema = "*" #"==2.6.0"
lark-parser = "*" #"==0.8.1"
lxml = "*" #"==4.6.3"
markupsafe = "*" #"==1.1.1"
mccabe = "*" #"==0.6.1"
mypy-extensions = "*"
pbr = "*" #"==3.1.1"
psutil = "*" #"==5.6.6"
pyjwt = "*" #"==1.7.1"
pylama = "*" #"==7.4.3"
python-dateutil = "*" #"==2.6.1"
pytz = "*" #"==2017.3"
requests = "*" #">=2.21.0"
retry = "*"
s3transfer = "*" #"==0.1.13"
snowballstemmer = "*" #"==1.2.1"
thrift = "*" #"==0.11.0"
thrift-connector = "*" #"==0.23"
urllib3 = "*" #">=1.23"
werkzeug = "*" #"~=0.14"
wtforms = "==2.1"
[dev-packages]
pycodestyle = "*"
pydocstyle = ">=2.1.1"
mock = "==2.0.0"
mypy = "==0.720"
mypy-extensions = "*"
"nose2" = "==0.7.3"
coveralls = "*"
sphinx = "*"
sphinxcontrib-websupport = "*"
sphinx-autodoc-typehints = "*"
pylint = "*"
pytest = "*"
nose = "*"
pre-commit = "==2.0.1"
coverage = "==4.4.2"
[requires]
python_version = "3.10"