paperless-ngx/Pipfile

40 lines
705 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]
django = "<2.1,>=2.0"
2018-02-25 15:57:32 +00:00
pillow = "*"
coveralls = "*"
dateparser = "*"
2018-09-02 20:23:18 +01:00
django-cors-headers = "*"
2018-02-25 15:57:32 +00:00
django-crispy-forms = "*"
django-extensions = "*"
django-filter = "*"
djangorestframework = "*"
factory-boy = "*"
filemagic = "*"
fuzzywuzzy = {extras = ["speedup"], version = "==0.15.0"}
gunicorn = "*"
2018-09-02 20:23:18 +01:00
inotify-simple = "*"
2018-02-25 15:57:32 +00:00
langdetect = "*"
pdftotext = "*"
pyocr = "*"
python-dateutil = "*"
python-dotenv = "*"
python-gnupg = "*"
pytz = "*"
[dev-packages]
ipython = "*"
sphinx = "*"
tox = "*"
2018-02-25 15:57:32 +00:00
pycodestyle = "*"
pytest = "*"
pytest-cov = "*"
2018-02-25 15:57:32 +00:00
pytest-django = "*"
pytest-sugar = "*"
pytest-env = "*"
pytest-xdist = "*"