mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
with tools to create a CLI runner, manage settings, and the ability to bootstrap the process. WWW: https://github.com/dcramer/logan PR: ports/187690 Submitted by: Johannes Meixner <xmj@chaot.net>
16 lines
450 B
Python
16 lines
450 B
Python
--- ./setup.py.orig 2014-03-17 18:14:19.000000000 +0200
|
|
+++ ./setup.py 2014-03-17 18:14:54.000000000 +0200
|
|
@@ -23,13 +23,6 @@
|
|
long_description=__doc__,
|
|
zip_safe=False,
|
|
install_requires=[],
|
|
- tests_require=[
|
|
- 'django>=1',
|
|
- 'mock>=0.8.0',
|
|
- 'nose>=1.1.2',
|
|
- 'unittest2',
|
|
- ],
|
|
- test_suite='unittest2.collector',
|
|
license='Apache License 2.0',
|
|
include_package_data=True,
|
|
classifiers=[
|