Skip to content

Commit

Permalink
Just fix requirements versions for GeoNode modules in order to avoid …
Browse files Browse the repository at this point in the history
…compatibility issues
  • Loading branch information
afabiani committed Apr 24, 2018
1 parent 1dd9e02 commit 9af8202
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ django-autoslug<=1.9.3 # python-django-autoslug (1.9.3 in our ppa)
django-braces<=1.12.0 # pytnon-django-braces (1.12.0 in our ppa)
django-celery-beat==1.1.1 # python-django-celery-beat (1.1.1 in our ppa)
django-celery-results==1.0.1 # python-django-celery-results (1.0.1 in our ppa)
django-geonode-client<=1.0.0 # python-django-geonode-client (1.0.0 in our ppa)
django-geonode-client>=1.0.0 # python-django-geonode-client (1.0.0 in our ppa)
django-model-utils==3.1.1 # python-django-model-utils (3.1.1 in our ppa)
django-modeltranslation>=0.11,<=0.12.2 # python-django-modeltranslation (0.12 Debian) FIXME
django-simple-history<=1.9.0 # python-django-simple-history (1.9.0 in our ppa)
Expand All @@ -105,18 +105,18 @@ django-basic-authentication-decorator==0.9 # python-django-basic-authentication-

# GeoNode org maintained apps.
django-geoexplorer>=4.0.0,<5.0 # python-django-geoexplorer (4.0.39 in our ppa)
geonode-user-messages==0.1.14 # python-geonode-user-messages (0.1.14 in our ppa) FIXME
geonode-avatar<=2.1.7 # python-geonode-avatar (2.1.7 in our ppa)
geonode-announcements<=1.0.13 # python-geonode-announcements (1.0.13 in our ppa)
geonode-agon-ratings<=0.3.8 # python-geonode-agon-ratings (0.3.8 in our ppa)
geonode-user-messages==0.1.14 # python-geonode-user-messages (0.1.14 in our ppa)
geonode-avatar==2.1.7 # python-geonode-avatar (2.1.7 in our ppa)
geonode-announcements==1.0.13 # python-geonode-announcements (1.0.13 in our ppa)
geonode-agon-ratings==0.3.8 # python-geonode-agon-ratings (0.3.8 in our ppa)
arcrest>=10.0 # TODO
geonode-dialogos<=0.9 # python-geonode-dialogos (0.9 in our ppa)
geonode-dialogos==0.9 # python-geonode-dialogos (0.9 in our ppa)
gsconfig<2.0.0 # python-gsconfig (1.0.8 in our ppa)
gn-gsimporter<2.0.0 # python-gn-gsimporter (1.0.2 in our ppa)
gisdata>=0.5.4 # python-gisdata (0.5.4 in our ppa)
gisdata==0.5.4 # python-gisdata (0.5.4 in our ppa)

# haystack/elasticsearch, uncomment to use
django-haystack<=2.8.0 # (2.8.0 in our ppa)
django-haystack==2.8.0 # (2.8.0 in our ppa)
elasticsearch<=2.4.0 # (2.4.0 in ppa)
pyelasticsearch<=0.6.1

Expand Down

0 comments on commit 9af8202

Please sign in to comment.