aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
blob: b841755d108cbfbc6f7249a3ee3ad38f96fc64f3 (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
58
59
60
61
62
63
64
65
66
67
68
[[source]]
name = "ia"
url = "https://devpi.us.archive.org/wb/prod"
verify_ssl = true

[[source]]
name = "pypi"
url = "https://pypi.python.org/simple"
verify_ssl = true

[dev-packages]
pytest = ">=4"
pytest-pythonpath = "*"
pytest-pylint = "*"
responses = ">=0.10"
pytest-cov = "*"
pytest-mock = "*"
pylint = "*"
ipython = "*"
mypy = "*"
flake8 = "*"
flake8-annotations = "*"
isort = "*"
types-requests = "*"
types-beautifulsoup4 = "*"
types-dateparser = "*"
types-psycopg2 = "*"
types-Pillow = "*"
black = "*"

[packages]
requests = ">=2"
confluent-kafka = "*"
python-snappy = "*"
boto3 = "*"
minio = "<7.0.0"
psycopg2 = "*"
bs4 = "*"
python-magic = "*"
ftfy = "*"
internetarchive = "*"
urlcanon = "*"
Pillow = ">=3"
python-poppler = ">=0.2.1"
selectolax = ">=0.2"
# constraining trafilatura to prevent a version conflict with
# `charset_normalizer`, between htmldate and requests
trafilatura = ">=1,<1.4"
htmldate= ">=1,<1.4"
pydantic = ">=1.7"
dateparser = "*"
braveblock = "*"
dynaconf = ">=3"
sentry-sdk = { version = ">=0.14.0", extras = [] }
zstandard = "*"
grobid_tei_xml = ">=0.1.2,<0.2.0"
PyMuPDF = ">=1.19.0,<1.20.0"

[requires]
python_version = "3.8"

[packages.globalwayback]
version = ">=0.6.5"
index = "ia"

[packages.wayback]
version = ">=0.6.3"
index = "ia"