mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Start generating requirements.txt from Pipfile
This commit is contained in:
parent
a55a915439
commit
acd3cc5062
@ -1,28 +1,51 @@
|
|||||||
Django>=1.11,<2.0
|
apipkg==1.4
|
||||||
Pillow>=3.1.1
|
attrs==17.4.0
|
||||||
dateparser>=0.6.0
|
certifi==2018.1.18
|
||||||
django-crispy-forms>=1.6.1
|
chardet==3.0.4
|
||||||
django-extensions>=1.7.6
|
click==6.7
|
||||||
django-filter>=1.0
|
coverage==4.5.1
|
||||||
django-flat-responsive>=1.2.0
|
coveralls==1.2.0
|
||||||
djangorestframework>=3.5.3
|
dateparser==0.7.0
|
||||||
filemagic>=1.6
|
django==1.11.10
|
||||||
fuzzywuzzy[speedup]==0.15.0
|
django-crispy-forms==1.7.0
|
||||||
gunicorn>=19.7.1
|
django-extensions==2.0.0
|
||||||
langdetect>=1.0.7
|
django-filter==1.1.0
|
||||||
pdftotext>=2.0.1
|
django-flat-responsive==2.0
|
||||||
pyocr>=0.4.7
|
djangorestframework==3.7.7
|
||||||
python-dateutil>=2.6.0
|
docopt==0.6.2
|
||||||
python-dotenv>=0.6.2
|
execnet==1.5.0
|
||||||
python-gnupg>=0.3.9
|
factory-boy==2.10.0
|
||||||
pytz>=2016.10
|
faker==0.8.11
|
||||||
|
filemagic==1.6
|
||||||
# For the tests
|
flake8==3.5.0
|
||||||
factory-boy
|
fuzzywuzzy==0.15.0
|
||||||
flake8
|
gunicorn==19.7.1
|
||||||
pytest==3.3.2 # Newer versions break with pytest-sugar
|
idna==2.6
|
||||||
pytest-django
|
langdetect==1.0.7
|
||||||
pytest-sugar
|
mccabe==0.6.1
|
||||||
pytest-env
|
pdftotext==2.0.2
|
||||||
pycodestyle
|
pillow==5.0.0
|
||||||
tox
|
pluggy==0.6.0
|
||||||
|
py==1.5.2
|
||||||
|
pycodestyle==2.3.1
|
||||||
|
pyflakes==1.6.0
|
||||||
|
pyocr==0.5
|
||||||
|
pytest==3.4.1
|
||||||
|
pytest-django==3.1.2
|
||||||
|
pytest-env==0.6.2
|
||||||
|
pytest-forked==0.2
|
||||||
|
pytest-sugar==0.9.1
|
||||||
|
pytest-xdist==1.22.1
|
||||||
|
python-dateutil==2.6.1
|
||||||
|
python-dotenv==0.7.1
|
||||||
|
python-gnupg==0.4.1
|
||||||
|
python-levenshtein==0.12.0
|
||||||
|
pytz==2018.3
|
||||||
|
regex==2018.2.21
|
||||||
|
requests==2.18.4
|
||||||
|
six==1.11.0
|
||||||
|
termcolor==1.1.0
|
||||||
|
text-unidecode==1.2
|
||||||
|
typing==3.6.4
|
||||||
|
tzlocal==1.5.1
|
||||||
|
urllib3==1.22
|
||||||
|
Loading…
x
Reference in New Issue
Block a user