blob: a4a3122dc782dd1001c9ffa6612533805a47de55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff --git a/setup.cfg b/setup.cfg
index 22f5e1c..fcad35f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,19 +11,3 @@ universal = 1
[behave]
color = True
summary = True
-
-[options.extras_require]
- dev =
- behave==1.2.5
- coverage==4.4.1
- psutil>=5.2.2
- pycodestyle>=2.3.1
- setuptools>=70.2.0
- six
- sphinx==1.4.8
- sphinx-argparse==0.1.15
- sphinx_rtd_theme==0.2.4
- sphinxcontrib-napoleon==0.5.3
- wheel
- test =
- mock==2.0.0
|