requirements: update some packages to newer versions
Fixing a lot of pip install issues
This commit is contained in:
parent
179a2e6349
commit
d60032c59a
1 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
Babel==2.3.4
|
Babel==2.3.4
|
||||||
Django==1.9.4
|
Django==1.9.4
|
||||||
Django-Select2==4.3.2
|
Django-Select2==4.3.2
|
||||||
Pillow==3.2.0
|
Pillow==9.5.0
|
||||||
URLObject==2.4.0
|
URLObject==2.4.0
|
||||||
Unidecode==0.04.19
|
Unidecode==0.04.19
|
||||||
YURL==0.13
|
YURL==0.13
|
||||||
|
@ -39,7 +39,7 @@ django-phonenumber-field==1.1.0
|
||||||
django-polymorphic==0.8.1
|
django-polymorphic==0.8.1
|
||||||
django-reversion==1.10.2
|
django-reversion==1.10.2
|
||||||
django-sekizai==0.9.0
|
django-sekizai==0.9.0
|
||||||
django-sortedm2m==1.2.2
|
django-sortedm2m==3.1.1
|
||||||
django-spurl==0.6.4
|
django-spurl==0.6.4
|
||||||
django-standard-form==1.1.1
|
django-standard-form==1.1.1
|
||||||
django-stored-messages==1.4.0
|
django-stored-messages==1.4.0
|
||||||
|
@ -66,11 +66,10 @@ html5lib==0.9999999
|
||||||
ldap3==2.6.1
|
ldap3==2.6.1
|
||||||
lxml
|
lxml
|
||||||
model-mommy==1.2.6
|
model-mommy==1.2.6
|
||||||
phonenumbers==7.4.0
|
phonenumbers==8.13.11
|
||||||
phonenumberslite==7.4.0
|
|
||||||
psycopg2==2.8.4
|
psycopg2==2.8.4
|
||||||
pycryptodome==3.6.6
|
pycryptodome==3.6.6
|
||||||
pylibmc==1.5.1
|
pylibmc==1.6.3
|
||||||
python-dateutil==2.5.3
|
python-dateutil==2.5.3
|
||||||
python-slugify==1.2.0
|
python-slugify==1.2.0
|
||||||
pytz==2016.4
|
pytz==2016.4
|
||||||
|
@ -78,7 +77,7 @@ rcssmin==1.0.6
|
||||||
requests>=2.20
|
requests>=2.20
|
||||||
rjsmin==1.0.12
|
rjsmin==1.0.12
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
sqlparse==0.1.19
|
sqlparse==0.4.4
|
||||||
stripe==2.41.0
|
stripe==2.41.0
|
||||||
wheel==0.29.0
|
wheel==0.29.0
|
||||||
django-admin-honeypot==1.0.0
|
django-admin-honeypot==1.0.0
|
||||||
|
|
Loading…
Reference in a new issue