Skip to content

Commit

Permalink
Restrict django-ses dependency to versions below 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinand Hoffmann committed Apr 6, 2021
1 parent 51d4829 commit c5c5c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test_suite = runtests.run_tests
python_requires = >=3.6
packages = find:
install_requires =
django_ses
django_ses<2.0
requests

[options.extras_require]
Expand Down

0 comments on commit c5c5c89

Please sign in to comment.