Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Dębski committed Apr 17, 2024
1 parent 38ffd3c commit 46c8d1c
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 144 deletions.
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ name = "pypi"
[packages]
websocket-client= "1.7.0"
urllib3 = "2.1.0"
httpx = {extras = ["http2"], version = "0.25.2"}
httpx = {extras = ["http2"], version = "==0.25.2"}
loguru = "==0.7.2"
idna = ">=3.7"

[dev-packages]
pre-commit = "3.5.0"
pylint = "3.0.2"
flake8 = "6.1.0"
pytest = "7.4.3"
pdoc3 = "0.10.0"
idna = ">=3.7"

[requires]
python_version = "3.8"
Loading

0 comments on commit 46c8d1c

Please sign in to comment.