Commit f5e851c2fa9148ae436537a2ed0217b7399b3545
1 parent
a4c6c4e7
Exists in
master
and in
5 other branches
add oauth library into requirements.txt #264
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
requirements.txt
... | ... | @@ -6,9 +6,11 @@ dj-database-url==0.4.1 |
6 | 6 | Django==1.10 |
7 | 7 | django-autoslug==1.9.3 |
8 | 8 | django-bootstrap-breadcrumbs==0.8 |
9 | +django-braces==1.10.0 | |
9 | 10 | django-discover-runner==1.0 |
10 | 11 | django-floppyforms==1.7.0 |
11 | 12 | django-modalview==0.1.5 |
13 | +django-oauth-toolkit==0.10.0 | |
12 | 14 | django-role-permissions==1.2.1 |
13 | 15 | django-s3direct==0.4.2 |
14 | 16 | django-summernote==0.8.6 |
... | ... | @@ -19,10 +21,12 @@ gunicorn==19.6.0 |
19 | 21 | Jinja2==2.8 |
20 | 22 | lxml==3.6.4 |
21 | 23 | MarkupSafe==0.23 |
24 | +oauthlib==1.0.3 | |
22 | 25 | Pillow==3.3.1 |
23 | 26 | psycopg2==2.6.2 |
24 | 27 | pycpfcnpj==1.0.2 |
25 | 28 | requests==2.11.1 |
29 | +six==1.10.0 | |
26 | 30 | slugify==0.0.1 |
27 | 31 | validators==0.11.0 |
28 | 32 | Werkzeug==0.11.11 | ... | ... |