mirror of https://github.com/interlegis/sapl.git
Marcio Mazza
10 years ago
3 changed files with 19 additions and 8 deletions
@ -0,0 +1,7 @@ |
|||||
|
-r test-requirements.txt |
||||
|
beautifulsoup4 |
||||
|
django-debug-toolbar |
||||
|
django-extensions |
||||
|
ipdb |
||||
|
pygraphviz |
||||
|
pytest-ipdb==0.1-prerelease2 |
@ -1,12 +1,6 @@ |
|||||
Django |
Django |
||||
MySQL-python |
|
||||
psycopg2 |
|
||||
beautifulsoup4 |
|
||||
model_mommy |
|
||||
django-admin-bootstrapped |
django-admin-bootstrapped |
||||
django-bootstrap3 |
django-bootstrap3 |
||||
|
MySQL-python |
||||
|
psycopg2 |
||||
pytz |
pytz |
||||
|
|
||||
ipdb |
|
||||
django-extensions |
|
||||
pygraphviz |
|
@ -0,0 +1,10 @@ |
|||||
|
-r requirements.txt |
||||
|
clonedigger |
||||
|
coverage |
||||
|
django-webtest |
||||
|
model_mommy |
||||
|
pep8 |
||||
|
pytest |
||||
|
pytest-cov |
||||
|
pytest-django |
||||
|
WebTest |
Loading…
Reference in new issue