Skip to content

Commit

Permalink
update reqs again...
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Apr 21, 2016
1 parent f976e04 commit 4ad1236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt.not
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
psycopg2
lxml
GDAL<2.0
Jinja2
argparse ; python_version < '2.7'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
requirements = [
'psycopg2',
'lxml',
'GDAL<2.0'
'GDAL<2.0',
'Jinja2'
]

if sys.version_info < (2, 7):
Expand Down

0 comments on commit 4ad1236

Please sign in to comment.