Skip to content

Commit

Permalink
Reclassifying requirements based on Ubuntu available packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Jun 24, 2019
1 parent f97efcd commit beeeaa9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ httplib2<=0.10.3
urllib3==1.24.2
Paver==1.3.4
python-slugify==3.0.1
django-floppyforms<=1.7.0
decorator==4.3.2
celery==4.2.1
kombu==4.4.0
Expand All @@ -21,21 +20,19 @@ six<1.11.0 # https://github.com/benjaminp/six/issues/210
tqdm==4.31.1

# Django Apps
dj-pagination==2.4.0
django-celery-monitor<=1.1.2
django-allauth==0.39.1
django-appconf==1.0.3
django-filter==1.1.0
django-jsonfield<=1.0.1
django-jsonfield-compat<=0.4.4
django-leaflet==0.24.0
django-taggit==0.24.0
django-mptt==0.9.1
django-modeltranslation>=0.11,<=0.12.2
django-treebeard==4.3
django-guardian<=1.4.9
django-downloadview<=1.9
django-polymorphic==2.0.3
django-tastypie<=0.14.0
django-invitations<=1.9.2
geonode-oauth-toolkit==1.1.3
oauthlib==3.0.1
pyopenssl==19.0.0

Expand All @@ -52,20 +49,23 @@ geoip2==2.9.0

# Django Apps
dj-database-url==0.5.0
dj-pagination==2.4.0
pinax-notifications==5.0.3
django-celery-monitor<=1.1.2
django-floppyforms<=1.7.0
django-forms-bootstrap<=3.1.0
django-allauth==0.39.1
django-activity-stream==0.8.0
django-appconf==1.0.3
django-autocomplete-light==2.3.3 # pinned because >=2.3.4 throw an exception on startup
django-geonode-client==1.0.9
django-modeltranslation>=0.11,<=0.12.2
django-basic-authentication-decorator==0.9
django-leaflet==0.24.0
django-invitations<=1.9.2
geonode-oauth-toolkit==1.1.3

# GeoNode org maintained apps.
django-geoexplorer==4.0.43
django-mapstore-adapter==1.0.3
django-geonode-mapstore-client==1.3.1
django-geonode-client==1.0.9
geonode-user-messages==0.1.14
geonode-avatar==2.1.8
geonode-announcements==1.0.13
Expand Down Expand Up @@ -110,7 +110,7 @@ django-ipware<2.2
# no version here, use latest one with fresh data
pycountry

#production
# production
uWSGI==2.0.18
gunicorn==19.9.0
ipython==5.8.0
Expand Down

0 comments on commit beeeaa9

Please sign in to comment.