aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: 82afd6ff9e95f2844637f52ffec3857acbfd7d6e (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
46
47
48
49
50
51
52
53
54
55
56
57
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[packages]
aiofiles = "*"
babel = "*"
beautifulsoup4 = "==4.*"
confluent-kafka = "*"
dynaconf = ">=3"
# <7.14 pin is because of elasticsearch.exceptions.UnsupportedProductError
# https://github.com/elastic/elasticsearch-py/issues/1639
elasticsearch = { version = ">=7.8.0,<7.14.0", extras = ["async"] }
elasticsearch-dsl = ">=7.0.0,<8.0.0"
fastapi = ">=0.73"
fastapi-rss = "==0.1.3"
fatcat-openapi-client = ">=0.3.3"
fuzzycat = "==0.1.19"
ftfy = "*"
gunicorn = "*"
grobid_tei_xml = ">=0.1.2,<0.2.0"
httptools = "*"
internetarchive = "*"
jinja2 = ">=3"
lxml = "*"
minio = "<7.0.0"
pycountry = "==19.8.18"
pydantic = "*"
pylatexenc = "*"
python-stdnum = "*"
requests = ">=2"
sentry-sdk = { version = ">=0.14.0", extras = [] }
starlette-prometheus = "*"
toml = "*"
uvicorn = "*"
uvloop = "*"

[dev-packages]
black = "*"
ipython = "*"
mypy = "*"
# typing_extensions is required for mypy to operate
typing_extensions = "*"
flake8 = "*"
flake8-annotations = "*"
isort = "*"
pytest = "*"
pytest-mock = "*"
pytest-cov = "*"
responses = "*"
types-requests = "*"
types-beautifulsoup4 = "*"
types-babel = "*"

[requires]
python_version = "3.8"