1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# https://github.com/bieniu/nextdns/pull/430
Index: python-nextdns/setup.py
===================================================================
--- python-nextdns.orig/setup.py 2024-10-11 14:27:59.787020902 +0000
+++ python-nextdns/setup.py 2024-10-11 14:30:09.052084300 +0000
@@ -21,7 +21,7 @@
packages=["nextdns"],
package_data={"nextdns": ["py.typed"]},
python_requires=">=3.11",
- install_requires=["aiohttp>=3.7.0"],
+ install_requires=["aiohttp>=3.7.0", "tenacity"],
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Apache Software License",
|