Skip to content

Commit

Permalink
geonode rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
hisham waleed karam committed Jun 20, 2019
1 parent 801e546 commit 9c14710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:2.7-slim
LABEL "MAINTAINER"="Cartologic Development Team"
ENV PYTHONUNBUFFERED 1
ARG GEONODE_DEV=true
ARG GEONODE_DEV=false
ARG APP_DIR=/usr/src/carto_app
# include GDAL HEADER Files
# CPATH specifies a list of directories to be searched as if specified with -I,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
install_requires=[
'future', 'geonode>=2.10rc4', 'Faker>=0.8.4', 'cherrypy==11.0.0',
'cheroot==5.8.3', 'mkdocs==0.17.5', 'mkdocs-material==3.0.5',
'portalocker==1.3.0', 'six==1.10.0', 'django-mapstore-adapter==1.0.0'
'portalocker==1.3.0', 'six==1.10.0'
])

0 comments on commit 9c14710

Please sign in to comment.