File: missing-requirement

package info (click to toggle)
python-nextdns 3.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: python: 1,548; sh: 10; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
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",