Skip to content

Commit

Permalink
build: Upgrade Django to v2.2 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
santi committed Feb 23, 2020
1 parent aaa7b66 commit d929e9d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# Django
Django==2.0.12
Django==3.0.3

# Django admin packages
django-colorfield==0.1.14
django-colorfield==0.2.1
django-solo==1.1.3
django-ckeditor==5.6.1
django-extensions==2.1.3

# GraphQL
graphene==2.0.1
graphene-django==2.0.0
graphene==2.1.8
graphene-django==2.8.2

# Thumbnails
Pillow==6.2.0
sorl-thumbnail==12.4.1
git+git://github.com/ilya-chistyakov/django-sorl-cropping.git#egg=django-sorl-cropping==0.1.0
sorl-thumbnail==12.6.3
git+git://github.com/Studentmediene/django-sorl-cropping.git#egg=django-sorl-cropping==0.1.1

# Settings
dj-database-url==0.4.2
Expand Down

0 comments on commit d929e9d

Please sign in to comment.