summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Zamotaev <nzamotaev@luxoft.com>2020-04-22 14:30:31 +0300
committerNikolay Zamotaev <nzamotaev@luxoft.com>2020-04-22 21:22:49 +0000
commit8f45167406aa66a00bb0c28eb19a3eba267f1754 (patch)
tree470d322915c3b6121d767d545d0e9d02840b68d7
parent6d3df9e35af6d3d3eafbf23860c9d7870fd6cde9 (diff)
Documentation and virtual environment update to fix pkg-resources issue
Change-Id: Ie56dc40934a5dfc502cee1336febf27fec212be3 Fixes: AUTOSUITE-1573 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
-rw-r--r--doc/src/deployment-server.qdoc2
-rw-r--r--requirements.txt1
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/deployment-server.qdoc b/doc/src/deployment-server.qdoc
index 0afd215..f1d4167 100644
--- a/doc/src/deployment-server.qdoc
+++ b/doc/src/deployment-server.qdoc
@@ -108,7 +108,7 @@
\section2 Set up the Server in a Virtual Environment
Before you install the dependencies in the Python virtual environment, you must install the
- \c{libffi-dev} package. Next, prepare the virtual environment:
+ \c{libffi-dev} and \c{python-pkg-resources} packages. Next, prepare the virtual environment:
\code
virtualenv -p python2.7 ./venv
diff --git a/requirements.txt b/requirements.txt
index c605671..92c71f9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,3 @@
-pkg-resources==0.0.0
PyYAML
django==1.11.27
django-common