Skip to content

Commit

Permalink
new deps for setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GHadari committed Jul 23, 2024
1 parent a00572c commit 2ec36f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
def read(path):
return (HERE / path).read_text("utf-8").strip()
install_requires = [
'aiohttp>=3.5.4,<4.0.0',
'aiohttp>=3.9.5,<4.0.0',
'aiofiles>=0.0.4',
'pymongo>=3.8.0',
'pymongo>=4.8.0',
'marshmallow>=2.8,<4', # We have temporary backwards compatibility for 2.X, but also support 3.X
'cryptography>=2.8',
'cryptography>=43.0.0',
'colorama>=0.2',
'click',
'importlib-metadata<4'
]
setup(
name="netunnel",
version='1.0.11',
version='1.0.12',
description='A tool to create network tunnels over HTTP/S written in Python 3',
long_description="\n\n".join((read("README.md"), read("CHANGES.md"))),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2ec36f0

Please sign in to comment.