Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kaufhold committed Jan 20, 2015
1 parent 545fcc3 commit a85d118
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
=== (ongoing) ===

- Fixed dependencies
- Fixed compatibility of django.conf.urls.defaults import

=== 0.7 ===

Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
from setuptools import setup, find_packages
import booking as app

dependency_links = [
'https://bitbucket.org/dkaufhold/django-international/get/4628c1c87c6c.zip#egg=international-0.0.6', # NOQA
]

def read(fname):
try:
Expand All @@ -55,6 +58,7 @@ def read(fname):
'Django>=1.5.2',
'django-hvad',
'django-libs>=1.35',
'django-international==0.0.6',
],
dependency_links=['https://bitbucket.org/dkaufhold/django-international/get/4628c1c87c6c.zip'],
dependency_links=dependency_links,
)

0 comments on commit a85d118

Please sign in to comment.