Commit c7027107b76931e3249d10b5612012ed5c012d7e
1 parent
207edcf6
Exists in
master
and in
5 other branches
Solving the error of django-modalview. [Issue in views.py of the app poll]
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
requirements.txt
... | ... | @@ -6,13 +6,18 @@ django-autoslug==1.9.3 |
6 | 6 | django-bootstrap-breadcrumbs==0.8 |
7 | 7 | django-discover-runner==1.0 |
8 | 8 | django-floppyforms==1.7.0 |
9 | +django-modalview==0.1.5 | |
9 | 10 | django-role-permissions==1.2.1 |
10 | 11 | django-s3direct==0.4.2 |
11 | 12 | django-widget-tweaks==1.4.1 |
12 | 13 | djangorestframework==3.4.6 |
14 | +itsdangerous==0.24 | |
13 | 15 | Jinja2==2.8 |
14 | 16 | MarkupSafe==0.23 |
15 | 17 | Pillow==3.3.1 |
16 | 18 | psycopg2==2.6.2 |
17 | 19 | pycpfcnpj==1.0.2 |
18 | -six==1.10.0 | |
19 | 20 | \ No newline at end of file |
21 | +six==1.10.0 | |
22 | +slugify==0.0.1 | |
23 | +virtualenv==15.0.3 | |
24 | +Werkzeug==0.11.11 | ... | ... |