Skip to content

Commit

Permalink
Merge pull request GeoNode#134 from Coop56/version-tagging
Browse files Browse the repository at this point in the history
Version Tag Requirements
  • Loading branch information
JivanAmara authored Mar 17, 2017
2 parents ad48cec + 0e9d747 commit cc63c8b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
16 changes: 8 additions & 8 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Django==1.8.15
psycopg2
psycopg2==2.7.1

# Install GeoNode latest master
-e git+https://github.com/GeoNode/geonode.git#egg=GeoNode
# Install GeoNode tagged at version 2.5.15
-e git+https://github.com/GeoNode/geonode.git@2.5.15#egg=GeoNode

awscli
numpy
python-dateutil
flake8
coverage
awscli==1.11.63
numpy==1.8.2
python-dateutil==1.5
flake8==3.3.0
coverage==4.3.4

# This mapproxy commit includes support for dashes in geopackage table names.
git+https://github.com/mapproxy/mapproxy.git@07552da8
Expand Down
25 changes: 13 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
# gdal/ogr python bindings
python-dateutil
psycopg2
numpy
python-dateutil==1.5
psycopg2==2.7.1
numpy==1.8.2

# Needed for testing.
mock
mock==2.0.0

# Just for documentation generation
sphinx
sphinx-autobuild
sphinx==1.5.3
sphinx-autobuild==0.6.0

Django==1.8.15

# Install GeoNode latest master
-e git+https://github.com/GeoNode/geonode.git#egg=GeoNode
# Install GeoNode tagged at version 2.5.15
-e git+https://github.com/GeoNode/geonode.git@2.5.15#egg=GeoNode

awscli
flake8
coverage
awscli==1.11.63
flake8==3.3.0
coverage==4.3.4

git+https://github.com/mapproxy/mapproxy.git@eeb162ee0604#egg=MapProxy==1.10.0a
# This mapproxy commit includes support for dashes in geopackage table names.
git+https://github.com/mapproxy/mapproxy.git@07552da8

# You will also need gdal/ogr. See Developer Notes section of docs.

0 comments on commit cc63c8b

Please sign in to comment.