mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
requirements.txt: update
Update to latest versions; as per last update we skip django-reversion and django-axes. (Now however I've realised that django-axes > 4.5.4 probably isn't found within the container because in my development setup, pip == pip3 whereas in the container pip is the Python 2 version. For now let's stick with something that we can still use with the layer index that still requires Python 2). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
3a4a61aafb
commit
190a97fda4
|
@ -1,27 +1,28 @@
|
||||||
amqp==2.4.2
|
amqp==2.5.0
|
||||||
anyjson==0.3.3
|
anyjson==0.3.3
|
||||||
beautifulsoup4==4.7.1
|
beautifulsoup4==4.7.1
|
||||||
billiard==3.6.0.0
|
billiard==3.6.0.0
|
||||||
celery==4.3.0
|
celery==4.3.0
|
||||||
confusable-homoglyphs==3.2.0
|
confusable-homoglyphs==3.2.0
|
||||||
Django>=1.11.20,<1.12
|
Django>=1.11.22,<1.12
|
||||||
django-appconf==1.0.3
|
django-appconf==1.0.3
|
||||||
django-axes==4.5.4
|
django-axes==4.5.4
|
||||||
django-bootstrap-pagination==1.7.1
|
django-bootstrap-pagination==1.7.1
|
||||||
django-cors-headers==2.5.3
|
django-cors-headers==3.0.2
|
||||||
django-ipware==2.1.0
|
django-ipware==2.1.0
|
||||||
django-ranged-response==0.2.0
|
django-ranged-response==0.2.0
|
||||||
django-registration==3.0.1
|
django-registration==3.0.1
|
||||||
django-reversion==2.0.13
|
django-reversion==2.0.13
|
||||||
django-reversion-compare==0.8.5
|
django-reversion-compare==0.8.6
|
||||||
django-simple-captcha==0.5.11
|
django-simple-captcha==0.5.11
|
||||||
djangorestframework==3.9.3
|
djangorestframework==3.9.4
|
||||||
gitdb2==2.0.5
|
gitdb2==2.0.5
|
||||||
GitPython==2.1.11
|
GitPython==2.1.11
|
||||||
kombu==4.5.0
|
kombu==4.6.3
|
||||||
mysqlclient==1.4.2.post1
|
mysqlclient==1.4.2.post1
|
||||||
Pillow==6.0.0
|
Pillow==6.0.0
|
||||||
pytz==2019.1
|
pytz==2019.1
|
||||||
six==1.12.0
|
six==1.12.0
|
||||||
smmap2==2.0.5
|
smmap2==2.0.5
|
||||||
|
soupsieve==1.9.2
|
||||||
vine==1.3.0
|
vine==1.3.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user