File: remove-mock

package info (click to toggle)
python-urwidtrees 1.0.3.dev0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: python: 962; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 477 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/setup.py
+++ b/setup.py
@@ -14,10 +14,9 @@
     url="https://github.com/pazz/urwidtrees",
     license="Licensed under the GNU GPL v3+.",
     packages=['urwidtrees'],
-    install_requires=['urwid>=1.1.0', 'mock'],
+    install_requires=['urwid>=1.1.0'],
     extras_require={
         'docs': [
-            'mock',
         ],
     },
 )
--- a/urwidtrees.egg-info/requires.txt
+++ b/urwidtrees.egg-info/requires.txt
@@ -1,5 +1,3 @@
 urwid>=1.1.0
-mock
 
 [docs]
-mock