Commit 5f6667f3417bd11723ba7588b2fa90b4ffbe6f03

Authored by Gustavo Bernardo
1 parent ec7a6cdd

Adding validators in requirements.txt

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
requirements.txt
1 1 click==6.6
  2 +decorator==4.0.10
2 3 deps==0.1.0
3 4 dj-database-url==0.4.1
4 5 Django==1.10
... ... @@ -19,5 +20,6 @@ psycopg2==2.6.2
19 20 pycpfcnpj==1.0.2
20 21 six==1.10.0
21 22 slugify==0.0.1
  23 +validators==0.11.0
22 24 virtualenv==15.0.3
23 25 Werkzeug==0.11.11
... ...