paperless-ngx/Pipfile
2020-10-29 00:33:42 +01:00

43 lines
697 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
pillow = "*"
dateparser = "*"
django-cors-headers = "*"
djangorestframework = "*"
inotify-simple = "*"
python-gnupg = "*"
python-dotenv = "*"
filemagic = "*"
pyocr = "*"
langdetect = "*"
pdftotext = "*"
django-filter = "*"
python-dateutil = "*"
psycopg2-binary = "*"
scikit-learn="*"
whoosh="*"
gunicorn = "*"
whitenoise = "*"
fuzzywuzzy = "*"
python-Levenshtein = "*"
django-extensions = "*"
[dev-packages]
coveralls = "*"
factory-boy = "*"
sphinx = "*"
tox = "*"
pycodestyle = "*"
pytest = "*"
pytest-cov = "*"
pytest-django = "*"
pytest-sugar = "*"
pytest-env = "*"
pytest-xdist = "*"