Skip to content

Commit

Permalink
update to python 3.6.3 and re-enable psycopg2 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Dec 7, 2017
1 parent 9c0e2cf commit 09b87c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ django-crispy-forms==1.7.0
django-filter==1.1.0
djangorestframework==3.7.1
django-secure==1.0.1
#django-toolbelt==0.0.1
django-toolbelt==0.0.1
gunicorn==19.7.1
#https://google-visualization-python.googlecode.com/files/gviz_api_py-1.8.2.tar.gz
#http://downloads.sourceforge.net/project/google-visualization-python/gviz_api_py-1.8.2.tar.gz
py-bcrypt==0.4
#psycopg2==2.7.3.1
psycopg2==2.7.3.1
pytz==2017.2
requests==2.18.4
static==1.1.1
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.6.2
python-3.6.3

0 comments on commit 09b87c4

Please sign in to comment.