Skip to content

Commit

Permalink
Lower dependency version requirement to improve compatibility (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
farrokhi authored Oct 25, 2024
1 parent 3e8f9c6 commit ab34775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aioquic>=1.2.0
cryptography>=42.0.7
cryptography>=42.0.5
cymruwhois>=1.6
dnspython>=2.7.0
h2>=4.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version=__version__,
packages=find_packages(),
scripts=["dnseval.py", "dnsping.py", "dnstraceroute.py"],
install_requires=['aioquic>=1.2.0', 'cryptography>=42.0.7', 'cymruwhois>=1.6', 'dnspython>=2.7.0', 'h2>=4.1.0', 'httpx>=0.27.0'],
install_requires=['aioquic>=1.2.0', 'cryptography>=42.0.5', 'cymruwhois>=1.6', 'dnspython>=2.7.0', 'h2>=4.1.0', 'httpx>=0.27.0'],

classifiers=[
"Topic :: System :: Networking",
Expand Down

0 comments on commit ab34775

Please sign in to comment.