Skip to content

Commit

Permalink
Use PyPI releases for GeoNode instead of relying on dependency_links.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnertb committed Jan 16, 2015
1 parent 1b2e062 commit 603b291
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def fullsplit(path, result=None):
data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]])

install_requires = [
"custom_geonode==2.4",
"geoshape-geonode==1.1.dev20150116170751",
"django-classification-banner>=0.1.4",
"django-maploom==1.0",
"psycopg2==2.4.5"
Expand Down Expand Up @@ -81,8 +81,6 @@ def fullsplit(path, result=None):
'tests': install_requires + tests_requires,
'docs': docs_requires
},
dependency_links=['https://github.com/garnertb/geonode/archive/rogue-2.x.tar.gz'
'#egg=custom_geonode-2.4',
'https://github.com/ROGUE-JCTD/django-maploom/archive/master.tar.gz#egg=django-maploom-0.0.1'],
dependency_links=['https://github.com/ROGUE-JCTD/django-maploom/archive/master.tar.gz#egg=django-maploom-0.0.1'],
zip_safe=False,
)

0 comments on commit 603b291

Please sign in to comment.