Skip to content

Commit

Permalink
missing requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
sxctic-54l authored Oct 12, 2024
1 parent bd825c8 commit 0af526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0af526c

Please sign in to comment.