From c85c6837e0a0e3dfa82e6a6a2e90282afd7054ec Mon Sep 17 00:00:00 2001 From: "Jose E.R" Date: Sat, 4 Nov 2017 17:40:54 +0100 Subject: [PATCH] Rename requirements. --- README.md | 1 + README.rst | 1 + requirements-pytest.txt | 21 --------------------- requirements.txt | 23 ++++++++++++++++++++--- 4 files changed, 22 insertions(+), 24 deletions(-) delete mode 100644 requirements-pytest.txt diff --git a/README.md b/README.md index 031645a..62016d0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.rst b/README.rst index 32eb187..1f66b08 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/requirements-pytest.txt b/requirements-pytest.txt deleted file mode 100644 index 1064edf..0000000 --- a/requirements-pytest.txt +++ /dev/null @@ -1,21 +0,0 @@ -# MANDATORY -djangorestframework>=3.7.0 -django-swapfield -django-filter -django-countries -python-slugify - -# TEMPLATES -django-bootstrap3 - -# OPTIONAL, USED IN DEMO -django-tabbed-admin -python-memcached -django-memcache-status -django-flat-responsive - -# FOR TESTING -tox - -# 2.7 -unicodecsv \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2b81eef..1064edf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +# TEMPLATES +django-bootstrap3 + +# OPTIONAL, USED IN DEMO +django-tabbed-admin +python-memcached +django-memcache-status +django-flat-responsive + +# FOR TESTING +tox + +# 2.7 +unicodecsv \ No newline at end of file