paperless-ngx/requirements.txt

29 lines
510 B
Text
Raw Normal View History

2018-01-06 19:24:10 +00:00
Django>=1.11,<2.0
Pillow>=3.1.1
2018-02-03 13:28:22 +00:00
dateparser>=0.6.0
django-crispy-forms>=1.6.1
django-extensions>=1.7.6
django-filter>=1.0
django-flat-responsive>=1.2.0
djangorestframework>=3.5.3
filemagic>=1.6
2017-04-29 17:13:04 -04:00
fuzzywuzzy[speedup]==0.15.0
2018-02-03 13:28:22 +00:00
gunicorn>=19.7.1
langdetect>=1.0.7
2018-02-03 13:28:22 +00:00
pdftotext>=2.0.1
pyocr>=0.4.7
python-dateutil>=2.6.0
python-dotenv>=0.6.2
python-gnupg>=0.3.9
pytz>=2016.10
2016-10-26 10:08:21 +00:00
# For the tests
factory-boy
2018-02-03 13:28:22 +00:00
flake8
2018-02-01 12:18:01 +00:00
pytest==3.3.2 # Newer versions break with pytest-sugar
2016-10-26 10:08:21 +00:00
pytest-django
pytest-sugar
2017-06-19 10:57:30 +01:00
pytest-env
2018-01-06 18:56:37 +00:00
pycodestyle
2016-10-26 10:08:21 +00:00
tox