Skip to content

Commit

Permalink
Fixes deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Sklar committed Aug 11, 2017
1 parent bfa08ea commit d09b1d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sendgrid_backend/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.5a0"
__version__ = "0.6.6a0"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
long_description = f.read()

setup(
name="django-sendgrid-v4",
version="0.6.5a0",
name="django-sendgrid-v5",
version="0.6.6a0",
description="An implementation of Django's EmailBackend compatible with sendgrid-python v5+",
long_description=long_description,
url="https://github.com/sklarsa/django-sendgrid-v5",
Expand All @@ -28,5 +28,5 @@
],
keywords="django email sendgrid backend",
packages=find_packages(exclude=["test", ]),
install_requires=["django >=1.8", "sendgrid >=5.0.0", "python-http-client >=2.3.0"]
install_requires=["django >=1.8", "sendgrid >=5.0.0", "python-http-client >=3.0.0"]
)
2 changes: 0 additions & 2 deletions test/test_backend_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ def test_init_no_setting(self):

with self.assertRaises(ImproperlyConfigured):
backend = SendgridBackend()


0 comments on commit d09b1d3

Please sign in to comment.