Skip to content

Commit

Permalink
Added supporting Django v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liminspace committed Apr 6, 2019
1 parent 9cdcfce commit a3bd6c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
wheel==0.33.1
twine==1.12.1
twine==1.13.0

django<1.12; python_version < "3"
django>=1.8,<2.3; python_version >= "3"
coverage==4.5.2
six==1.11.0
ndg-httpsclient==0.5.1; python_version < "3"
coverage==4.5.3
six==1.12.0
ndg-httpsclient>=0.5.1; python_version < "3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
zip_safe=False, # because include static
platforms=['OS Independent'],
install_requires=[
'django>=1.8,<2.2',
'django>=1.8,<2.3',
],
keywords=[
'django', 'mjml', 'django-mjml', 'email', 'layout', 'template', 'templatetag',
Expand Down

0 comments on commit a3bd6c5

Please sign in to comment.