b714c5a8d5
A WSGI object-dispatching web framework. Designed to be lean and fast with few dependencies. WWW: https://github.com/pecan/pecan/ PR: 241691 Submitted by: Willem Jan Withagen <wjw digiware nl>
19 lines
342 B
Python
19 lines
342 B
Python
--- setup.py.orig 2019-12-16 02:09:56 UTC
|
|
+++ setup.py
|
|
@@ -1,3 +1,7 @@
|
|
+# virtualenv is not a compulsory test dependency
|
|
+# make it an extras_require[dev] instead
|
|
+# TODO: Upstream
|
|
+
|
|
import sys
|
|
import platform
|
|
|
|
@@ -29,7 +33,6 @@ except:
|
|
|
|
|
|
tests_require = requirements + [
|
|
- 'virtualenv',
|
|
'Jinja2',
|
|
'gunicorn',
|
|
'mock',
|