Skip to content

Commit

Permalink
Merge pull request #9 from lorddaedra/feature/6-DependencyLinks
Browse files Browse the repository at this point in the history
Fix #6 -- Fix dependency links
  • Loading branch information
kidig authored Mar 16, 2018
2 parents 824924d + cdfd943 commit 103dd96
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,9 @@ def find_version(*file_paths):
license='MIT',
packages=['django_mailjet'],
install_requires=[
"mailjet_rest",
"mailjet_rest>=1.3,<1.4",
"django>=1.8",
],
dependency_links=[
"git+ssh://[email protected]/kidig/mailjet-apiv3-python@bb52d9ed4bc18af3e3a4d5e38643b173e87468ce#egg=mailjet_rest",
],
include_package_data=True,
tests_require=["mock", "six"],
test_suite="runtests.runtests",
Expand Down

0 comments on commit 103dd96

Please sign in to comment.