Skip to content

Commit

Permalink
Rename requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
SRJ9 committed Nov 4, 2017
1 parent 324ba73 commit c85c683
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 24 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ Demo (virtualenv recommended)
~~~~ {.sourceCode .bash}
$ git clone https://github.com/SRJ9/django-driver27
$ cd django-driver27 # or name of destiny folder
$ pip install Django>=1.10 #if is not installed
$ pip install -r requirements.txt
$ python dr27demo/manage.py runserver
$ # login /admin: admin:pass
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ Demo (virtualenv recommended)
$ git clone https://github.com/SRJ9/django-driver27
$ cd django-driver27 # or name of destiny folder
$ pip install Django>=1.10 #if is not installed
$ pip install -r requirements.txt
$ python dr27demo/manage.py runserver
$ # login /admin: admin:pass
Expand Down
21 changes: 0 additions & 21 deletions requirements-pytest.txt

This file was deleted.

23 changes: 20 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# DJANGO
django>=1.10
# MANDATORY
djangorestframework>=3.7.0
django-swapfield
django-filter
django-countries
python-slugify

-r requirements-pytest.txt
# TEMPLATES
django-bootstrap3

# OPTIONAL, USED IN DEMO
django-tabbed-admin
python-memcached
django-memcache-status
django-flat-responsive

# FOR TESTING
tox

# 2.7
unicodecsv

0 comments on commit c85c683

Please sign in to comment.