paperless-ngx/Pipfile

41 lines
655 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-10-20 00:29:54 +02:00
django = "*"
pillow = "*"
2019-08-05 20:48:53 +02:00
dateparser = "*"
django-cors-headers = "*"
djangorestframework = "*"
inotify-simple = "*"
2020-10-20 00:29:54 +02:00
python-gnupg = "*"
python-dotenv = "*"
filemagic = "*"
pyocr = "*"
2019-08-05 20:48:53 +02:00
langdetect = "*"
pdftotext = "*"
2020-10-20 00:29:54 +02:00
django-filter = "*"
2019-08-05 20:48:53 +02:00
python-dateutil = "*"
2020-10-27 01:09:50 +01:00
psycopg2-binary = "*"
2020-10-20 00:29:54 +02:00
scikit-learn="*"
whoosh="*"
gunicorn = "*"
2020-10-27 01:09:50 +01:00
whitenoise = "*"
2020-10-20 00:29:54 +02:00
django-extensions = "*"
[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 = "*"