We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d84e2 commit 3a93b68Copy full SHA for 3a93b68
requirements.txt
@@ -1,12 +1,12 @@
1
-djangorestframework==3.1.0
2
-django==1.7.1
3
-Pygments==1.5
4
-Markdown==2.2.0
+djangorestframework==3.3.0
+Django==1.8.5
+Pygments==2.0.2
+Markdown==2.6.3
5
6
# heroku
7
# run these commands to setup heroku properly
8
# heroku create --stack cedar --buildpack git://github.com/heroku/heroku-buildpack-python.git
9
# heroku config:add [email protected]:heroku/heroku-buildpack-python.git#purge
10
# heroku config:set HEROKU=1
11
-psycopg2==2.4.5
12
-dj-database-url==0.2.0
+psycopg2==2.6.1
+dj-database-url==0.3.0
0 commit comments