Skip to content

Commit f14e874

Browse files
committed
Separate requirements for users and devs
1 parent 2d82b17 commit f14e874

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Install the requirements using:
7474

7575
.. code-block:: console
7676
77-
pip install -r ~/minicps/requirements.txt
77+
pip install -r ~/minicps/requirements-dev.txt
7878
7979
Run the tests with:
8080

requirements-dev.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
networkx
2+
coverage
3+
nose
4+
rednose
5+
cryptography
6+
pyasn1
7+
pymodbus
8+
cpppo
9+

0 commit comments

Comments
 (0)