2018-02-25 15:57:32 +00:00
|
|
|
[[source]]
|
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
|
|
|
verify_ssl = true
|
|
|
|
|
name = "pypi"
|
|
|
|
|
|
2020-11-18 22:43:36 +01:00
|
|
|
[[source]]
|
|
|
|
|
url = "https://www.piwheels.org/simple"
|
|
|
|
|
verify_ssl = true
|
|
|
|
|
name = "piwheels"
|
|
|
|
|
|
2018-02-25 15:57:32 +00:00
|
|
|
[packages]
|
2022-03-22 08:31:37 -07:00
|
|
|
dateparser = "~=1.1"
|
2021-04-17 14:56:25 +02:00
|
|
|
django = "~=3.2"
|
2019-08-05 20:48:53 +02:00
|
|
|
django-cors-headers = "*"
|
2020-11-20 11:28:19 +01:00
|
|
|
django-extensions = "*"
|
2022-02-25 22:38:31 +01:00
|
|
|
django-filter = "~=21.1"
|
2021-06-13 15:43:32 +02:00
|
|
|
django-q = "~=1.3.4"
|
2022-02-25 22:38:31 +01:00
|
|
|
djangorestframework = "~=3.13.1"
|
2020-12-08 13:54:35 +01:00
|
|
|
filelock = "*"
|
2021-02-02 20:43:07 +01:00
|
|
|
fuzzywuzzy = {extras = ["speedup"], version = "*"}
|
2021-01-27 19:11:18 +01:00
|
|
|
gunicorn = "*"
|
2020-11-20 11:28:19 +01:00
|
|
|
imap-tools = "*"
|
2019-08-05 20:48:53 +02:00
|
|
|
langdetect = "*"
|
2020-11-20 11:28:19 +01:00
|
|
|
pathvalidate = "*"
|
2022-02-25 22:38:31 +01:00
|
|
|
pillow = "~=9.0"
|
2022-03-22 08:31:37 -07:00
|
|
|
pikepdf = "~=5.1"
|
2020-11-20 11:28:19 +01:00
|
|
|
python-gnupg = "*"
|
|
|
|
|
python-dotenv = "*"
|
2019-08-05 20:48:53 +02:00
|
|
|
python-dateutil = "*"
|
2020-11-20 11:28:19 +01:00
|
|
|
python-magic = "*"
|
|
|
|
|
psycopg2-binary = "*"
|
2020-11-09 20:29:02 +01:00
|
|
|
redis = "*"
|
2021-01-26 18:00:59 +01:00
|
|
|
# Pinned because aarch64 wheels and updates cause warnings when loading the classifier model.
|
2022-03-15 14:51:07 +00:00
|
|
|
scikit-learn="==1.0.2"
|
2022-02-25 22:38:31 +01:00
|
|
|
whitenoise = "~=6.0.0"
|
2021-08-18 18:21:41 +02:00
|
|
|
watchdog = "~=2.1.0"
|
2020-11-20 11:28:19 +01:00
|
|
|
whoosh="~=2.7.4"
|
2020-12-05 14:00:27 +01:00
|
|
|
inotifyrecursive = "~=0.3.4"
|
2022-03-14 18:16:51 +00:00
|
|
|
ocrmypdf = "~=13.4.1"
|
2020-12-03 01:01:49 +01:00
|
|
|
tqdm = "*"
|
2020-12-29 01:23:40 +01:00
|
|
|
tika = "*"
|
2021-01-28 12:43:27 +01:00
|
|
|
# TODO: This will sadly also install daphne+dependencies,
|
|
|
|
|
# which an ASGI server we don't need. Adds about 15MB image size.
|
2020-11-07 11:30:45 +01:00
|
|
|
channels = "~=3.0"
|
|
|
|
|
channels-redis = "*"
|
2021-01-27 19:57:04 +01:00
|
|
|
uvicorn = {extras = ["standard"], version = "*"}
|
2021-02-06 17:05:07 +01:00
|
|
|
concurrent-log-handler = "*"
|
2021-02-21 00:24:33 +01:00
|
|
|
"pdfminer.six" = "*"
|
2022-03-14 09:36:34 -07:00
|
|
|
"backports.zoneinfo" = {version = "*", markers = "python_version < '3.9'"}
|
|
|
|
|
"importlib-resources" = {version = "*", markers = "python_version < '3.9'"}
|
|
|
|
|
zipp = {version = "*", markers = "python_version < '3.9'"}
|
2020-10-20 00:29:54 +02:00
|
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
|
coveralls = "*"
|
|
|
|
|
factory-boy = "*"
|
2019-08-05 20:48:53 +02:00
|
|
|
pycodestyle = "*"
|
|
|
|
|
pytest = "*"
|
|
|
|
|
pytest-cov = "*"
|
|
|
|
|
pytest-django = "*"
|
|
|
|
|
pytest-env = "*"
|
2020-11-20 11:28:19 +01:00
|
|
|
pytest-sugar = "*"
|
2019-08-05 20:48:53 +02:00
|
|
|
pytest-xdist = "*"
|
2022-03-14 22:29:17 +00:00
|
|
|
sphinx = "~=4.4.0"
|
2020-11-13 18:42:32 +01:00
|
|
|
sphinx_rtd_theme = "*"
|
2020-11-20 11:28:19 +01:00
|
|
|
tox = "*"
|
2022-02-28 09:42:30 +01:00
|
|
|
black = "*"
|
2022-02-27 09:33:59 -08:00
|
|
|
pre-commit = "*"
|