Commit 3b1acbabd3bb3acf392e4d020275f3b95938372e

Authored by Matheus Lins
1 parent 7afb2276

alterando o git ignore para subir o requirements.txt

Showing 2 changed files with 9 additions and 1 deletions   Show diff stats
.gitignore
... ... @@ -5,7 +5,6 @@ __pycache__/
5 5 # C extensions
6 6 *.so
7 7 Makefile
8   -requirements.txt
9 8  
10 9 # Distribution / packaging
11 10 bin/
... ...
requirements.txt 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +Django==1.10
  2 +django-discover-runner==1.0
  3 +django-role-permissions==1.2.1
  4 +django-widget-tweaks==1.4.1
  5 +djangorestframework==3.4.6
  6 +Pillow==3.3.1
  7 +psycopg2==2.6.2
  8 +six==1.10.0
  9 +slugify==0.0.1
... ...