mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
11 lines
357 B
Python
11 lines
357 B
Python
--- setup.py.orig 2021-07-27 05:35:10 UTC
|
|
+++ setup.py
|
|
@@ -7,7 +7,7 @@ about = {}
|
|
with open(os.path.join(here, "airtable", "__version__.py"), mode="r") as f:
|
|
exec(f.read(), about)
|
|
|
|
-setup_requires = ["pytest-runner"]
|
|
+setup_requires = []
|
|
install_requires = ["requests>=2"]
|
|
tests_require = ["requests-mock", "requests", "mock", "pytest"]
|
|
|