aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: 7a684644f30bbc3588e07f2c3f2e180dce93e3f6 (plain)
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[packages]
aiofiles = "*"
babel = "*"
bs4 = "*"
elasticsearch = ">=7.0.0,<8.0.0"
elasticsearch-dsl = ">=7.0.0,<8.0.0"
fastapi = "*"
fatcat-openapi-client = ">=0.3.2"
ftfy = "*"
gunicorn = "*"
internetarchive = "*"
jinja2 = "*"
lxml = "*"
minio = "*"
pycountry = "==19.8.18"
pydantic = "*"
pylatexenc = "*"
python-stdnum = "*"
requests = ">=2"
sentry-sdk = { version = ">=0.14.0", extras = [] }
toml = "*"
uvicorn = "*"
dynaconf = ">=3"
confluent-kafka = "*"
starlette-prometheus = "*"

[dev-packages]
ipython = "*"
mypy = "*"
pytype = "*"
flake8 = "*"
flake8-annotations = "*"
pytest = "*"
pytest-cov = "*"
# must lock black to an exact version because it is still "beta"
# see: https://github.com/psf/black/issues/517
black = "==19.10b0"

[requires]
python_version = "3.7"