blob: 1be70ddd047f74cbda133461ddf31ec21869e442 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig 2024-12-13 10:23:24 UTC
+++ setup.py
@@ -23,8 +23,6 @@ setup(
url="https://github.com/ns1/ns1-python",
packages=find_packages(exclude=["tests", "examples"]),
setup_requires=[
- "pytest-runner",
- "wheel",
],
tests_require=[
"pytest",
|