mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Allow for upgrades of most of the dependencies
This commit is contained in:
parent
5ed359f3ea
commit
c1ed4e8238
1 changed files with 13 additions and 13 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
Django==1.9.4
|
Django==1.9.7
|
||||||
Pillow==3.1.1
|
Pillow>=3.1.1
|
||||||
django-crispy-forms==1.6.0
|
django-crispy-forms>=1.6.0
|
||||||
django-extensions==1.6.1
|
django-extensions>=1.6.1
|
||||||
django-filter==0.12.0
|
django-filter>=0.12.0
|
||||||
djangorestframework==3.3.2
|
djangorestframework>=3.3.2
|
||||||
filemagic==1.6
|
filemagic>=1.6
|
||||||
langdetect==1.0.5
|
langdetect>=1.0.5
|
||||||
pyocr==0.3.1
|
pyocr>=0.3.1
|
||||||
python-dateutil==2.4.2
|
python-dateutil>=2.4.2
|
||||||
python-dotenv==0.3.0
|
python-dotenv>=0.3.0
|
||||||
python-gnupg==0.3.8
|
python-gnupg>=0.3.8
|
||||||
pytz==2015.7
|
pytz>=2015.7
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue