Skip to content

Commit

Permalink
Remove pyuv direct URL dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Skazza94 committed Jan 10, 2024
1 parent b3e73b2 commit d910504
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ dependencies = [
]

[project.optional-dependencies]
pyuv = ["pyuv @ https://api.github.com/repos/saghul/pyuv/tarball/master"]
test = ["pytest"]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"windows-curses>=2.1.0; platform_system == 'win32'"
],
extras_require={
'pyuv': ["pyuv @ https://api.github.com/repos/saghul/pyuv/tarball/master"],
'test': ["pytest"],
},
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit d910504

Please sign in to comment.