paperless-ngx/Pipfile

60 lines
1 KiB
Text
Raw Normal View History

2018-02-25 15:57:32 +00:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://www.piwheels.org/simple"
verify_ssl = true
name = "piwheels"
[requires]
python_version = "3.6"
2018-02-25 15:57:32 +00:00
[packages]
2020-11-20 11:28:19 +01:00
dateparser = "~=0.7.6"
django = "~=3.1.3"
2019-08-05 20:48:53 +02:00
django-cors-headers = "*"
2020-11-20 11:28:19 +01:00
django-extensions = "*"
django-filter = "~=2.4.0"
django-q = "~=1.3.4"
djangorestframework = "~=3.12.2"
2020-12-08 13:54:35 +01:00
filelock = "*"
2020-11-20 11:28:19 +01:00
fuzzywuzzy = "*"
gunicorn = "*"
imap-tools = "*"
2019-08-05 20:48:53 +02:00
langdetect = "*"
pdftotext = "*"
2020-11-20 11:28:19 +01:00
pathvalidate = "*"
pillow = "*"
2020-12-08 15:28:09 +01:00
pikepdf = "*"
2020-11-20 11:28:19 +01:00
python-gnupg = "*"
python-dotenv = "*"
2019-08-05 20:48:53 +02:00
python-dateutil = "*"
2020-10-29 00:33:42 +01:00
python-Levenshtein = "*"
2020-11-20 11:28:19 +01:00
python-magic = "*"
psycopg2-binary = "*"
redis = "*"
2020-11-20 11:28:19 +01:00
scikit-learn="~=0.23.2"
whitenoise = "~=5.2.0"
watchdog = "*"
whoosh="~=2.7.4"
2020-12-05 14:00:27 +01:00
inotifyrecursive = "~=0.3.4"
ocrmypdf = "*"
2020-12-03 01:01:49 +01:00
tqdm = "*"
tika = "*"
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 = "*"
2020-11-20 11:28:19 +01:00
sphinx = "~=3.3"
sphinx_rtd_theme = "*"
2020-11-20 11:28:19 +01:00
tox = "*"