paperless-ngx/Pipfile

45 lines
766 B
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"
[packages]
2020-11-01 23:07:54 +01:00
django = "~=3.1"
pillow = "*"
2020-11-01 23:07:54 +01:00
dateparser = "~=0.7"
2019-08-05 20:48:53 +02:00
django-cors-headers = "*"
2020-11-01 23:07:54 +01:00
djangorestframework = "~=3.12"
2020-10-20 00:29:54 +02:00
python-gnupg = "*"
python-dotenv = "*"
filemagic = "*"
2020-11-01 23:07:54 +01:00
pyocr = "~=0.7"
2019-08-05 20:48:53 +02:00
langdetect = "*"
pdftotext = "*"
2020-11-01 23:07:54 +01:00
django-filter = "~=2.4"
2019-08-05 20:48:53 +02:00
python-dateutil = "*"
2020-10-27 01:09:50 +01:00
psycopg2-binary = "*"
2020-11-01 23:07:54 +01:00
scikit-learn="~=0.23"
whoosh="~=2.7"
2020-10-20 00:29:54 +02:00
gunicorn = "*"
2020-10-27 01:09:50 +01:00
whitenoise = "*"
2020-10-29 00:33:42 +01:00
fuzzywuzzy = "*"
python-Levenshtein = "*"
django-extensions = "*"
2020-11-01 23:07:54 +01:00
watchdog = "*"
2020-11-07 23:26:33 +01:00
pathvalidate = "*"
django-q = "*"
redis = "*"
2020-10-20 00:29:54 +02:00
[dev-packages]
coveralls = "*"
factory-boy = "*"
sphinx = "*"
2019-08-05 20:48:53 +02:00
tox = "*"
pycodestyle = "*"
pytest = "*"
pytest-cov = "*"
pytest-django = "*"
pytest-sugar = "*"
pytest-env = "*"
pytest-xdist = "*"