File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def fullsplit(path, result=None):
4545 data_files .append ([dirpath , [os .path .join (dirpath , f ) for f in filenames ]])
4646
4747install_requires = [
48- "custom_geonode==2.4 " ,
48+ "geoshape-geonode==1.1.dev20150116170751 " ,
4949 "django-classification-banner>=0.1.4" ,
5050 "django-maploom==1.0" ,
5151 "psycopg2==2.4.5"
@@ -81,8 +81,6 @@ def fullsplit(path, result=None):
8181 'tests' : install_requires + tests_requires ,
8282 'docs' : docs_requires
8383 },
84- dependency_links = ['https://github.com/garnertb/geonode/archive/rogue-2.x.tar.gz'
85- '#egg=custom_geonode-2.4' ,
86- 'https://github.com/ROGUE-JCTD/django-maploom/archive/master.tar.gz#egg=django-maploom-0.0.1' ],
84+ dependency_links = ['https://github.com/ROGUE-JCTD/django-maploom/archive/master.tar.gz#egg=django-maploom-0.0.1' ],
8785 zip_safe = False ,
8886)
You can’t perform that action at this time.
0 commit comments