Commit c7027107b76931e3249d10b5612012ed5c012d7e

Authored by Gustavo Bernardo
1 parent 207edcf6

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,13 +6,18 @@ django-autoslug==1.9.3
6 django-bootstrap-breadcrumbs==0.8 6 django-bootstrap-breadcrumbs==0.8
7 django-discover-runner==1.0 7 django-discover-runner==1.0
8 django-floppyforms==1.7.0 8 django-floppyforms==1.7.0
  9 +django-modalview==0.1.5
9 django-role-permissions==1.2.1 10 django-role-permissions==1.2.1
10 django-s3direct==0.4.2 11 django-s3direct==0.4.2
11 django-widget-tweaks==1.4.1 12 django-widget-tweaks==1.4.1
12 djangorestframework==3.4.6 13 djangorestframework==3.4.6
  14 +itsdangerous==0.24
13 Jinja2==2.8 15 Jinja2==2.8
14 MarkupSafe==0.23 16 MarkupSafe==0.23
15 Pillow==3.3.1 17 Pillow==3.3.1
16 psycopg2==2.6.2 18 psycopg2==2.6.2
17 pycpfcnpj==1.0.2 19 pycpfcnpj==1.0.2
18 -six==1.10.0  
19 \ No newline at end of file 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