forked from GeoNode/geonode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request GeoNode#134 from Coop56/version-tagging
Version Tag Requirements
- Loading branch information
Showing
2 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |