Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 12, 2020
1 parent aaec425 commit 45a4c28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ django-treebeard==4.3.1
djangocms-admin-style==1.3.0
djangocms-bootstrap==1.1.2
djangocms-cascade==1.3.1
https://github.com/jrief/djangocms-text-ckeditor/archive/patch-1.zip
djangorestframework==3.11.0
easy-thumbnails==2.7
factory-boy==2.11.1
Expand Down Expand Up @@ -57,7 +56,7 @@ requests-oauthlib==1.3.0
requests-toolbelt==0.9.1
sqlparse==0.3.1
stripe==1.53.0
text-unidecode==1.2
text-unidecode==1.3
tox==3.7.0
urllib3==1.25.9
zipp==3.1.0
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ deps =
django21: Django>=2.1,<2.2
django22: Django>=2.2,<3.0
django30: Django>=3.0,<3.1
django{21,22}: djangocms-text-ckeditor
django30: https://github.com/jrief/djangocms-text-ckeditor/archive/patch-1.zip
setenv =
DJANGO_DEBUG = 1

0 comments on commit 45a4c28

Please sign in to comment.