mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
11 lines
345 B
Python
11 lines
345 B
Python
--- setup.py.orig 2016-12-23 00:11:09 UTC
|
|||
|
|
+++ setup.py
|
||
|
|
@@ -57,7 +57,6 @@ setup(
|
||
|
|
packages=find_packages(exclude=('tests', 'docs')),
|
||
|
|
platforms=['Any'],
|
||
|
|
install_requires=['future', 'requests', 'requests-oauthlib'],
|
||
|
|
- setup_requires=['pytest-runner'],
|
||
|
|
tests_require=['pytest'],
|
||
|
|
keywords='twitter api',
|
||
|
|
classifiers=[
|