diff options
Diffstat (limited to 'requirements.txt')
-rwxr-xr-x | requirements.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100755 index 0000000..56be539 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +Django==1.9 +MySQL-python==1.2.5 +oauthlib==0.7.2 +PyJWT==1.3.0 +python-openid==2.2.5 +python-social-auth==0.2.11 +requests==2.7.0 +requests-oauthlib==0.5.0 +six==1.9.0 +django-crispy-forms==1.6.0 +django-floppyforms==1.7.0 +django-recaptcha==1.0.5 + |