diff options
author | luxagraf <sng@luxagraf.net> | 2016-07-11 10:59:20 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-07-11 10:59:20 -0400 |
commit | 36c090402e9916b1920bbf48de306135e44a354f (patch) | |
tree | 992dc91915f7f3600050275edf260119b700427d /config | |
parent | 7ed163bdaa586e799e0f48901f2df801f0444e86 (diff) |
added facebook token auth stuff
Diffstat (limited to 'config')
-rw-r--r-- | config/requirements.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/requirements.txt b/config/requirements.txt index 162e67e..0efb8f4 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -1,5 +1,4 @@ bleach==1.4.1 -Django==1.7.7 django-bleach==0.3.0 django-contrib-comments==1.5 django-extensions==1.5.2 @@ -11,8 +10,6 @@ ipython==3.0.0 jsmin==2.1.1 Markdown==2.6.1 oauthlib==0.7.2 -Pillow==2.7.0 -psycopg2==2.6 requests==2.6.0 requests-oauthlib==0.4.2 six==1.9.0 |