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