Skip to content

Commit

Permalink
Requirements: migrate to django 2.1
Browse files Browse the repository at this point in the history
Ref #16
  • Loading branch information
Linkid committed Oct 21, 2018
1 parent d321b2c commit 824ea48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release notes
----------------

- Dependencies: update Cerealizer to 0.8.2
- Dependencies: update Django to 2.1


1.1 (2018-06-16)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Django>=2.0,<2.1
Django>=2.1,<2.2
django-bootstrap3>=9,<10
Cerealizer==0.8.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
platforms='any',
zip_safe=True,
install_requires=[
"django >= 2.0",
"django >= 2.1",
"django-bootstrap3 >= 9.0",
"cerealizer == 0.8.2",
],
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 1.11",
"Framework :: Django :: 2.1",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Natural Language :: English",
Expand Down

0 comments on commit 824ea48

Please sign in to comment.