Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from alphagov/add-requirements
Browse files Browse the repository at this point in the history
Pin specific versions of Python dependencies
  • Loading branch information
tommyp committed Jul 28, 2015
2 parents b223cd8 + 2908cda commit 0446675
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Django==1.8.3
PyYAML==3.11
Shapely==1.5.9
argparse==1.2.1
gunicorn==19.3.0
numpy==1.9.2
psycopg2==2.6.1

# Keep pygdal at the same minor version as the system gdal packages:
# - gdal-bin
# - libgdal-dev
# - libgdal1h
pygdal==1.10.1.0

python-memcached==1.54
six==1.9.0
wsgiref==0.1.2

0 comments on commit 0446675

Please sign in to comment.