Skip to content

Commit

Permalink
Fix pyproject.toml with requests and channelfinder
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomago committed Apr 16, 2024
1 parent 5a055a2 commit ca716d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ version="1.5"
readme = "README.rst"
requires-python = ">=3.6"
dependencies = [
# "requests",
"requests",
"twisted",
"channelfinder @ https://github.com/ChannelFinder/pyCFClient/archive/refs/tags/v3.0.0.zip"
]

[project.urls]
Expand Down

0 comments on commit ca716d4

Please sign in to comment.