Skip to content

Commit

Permalink
Update python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kadoshita committed Feb 3, 2025
1 parent 5c1de8d commit fd59267
Show file tree
Hide file tree
Showing 4 changed files with 707 additions and 10 deletions.
Empty file added .lock
Empty file.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[project]
name = "skyway-python-client"
version = "0.0.1"
requires-python = "~=3.10"
dependencies = [
"aiohttp>=3.9.4",
"pygments>=2.15.1",
"pyjwt>=2.7.0",
"pymediasoup>=1.1.0",
"python-dotenv>=1.0.0",
"websockets>=11.0.3",
]

[tool.uv]
package = false
22 changes: 12 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,40 @@
aiohttp==3.9.4
aiohttp==3.8.4
aioice==0.7.6
aiortc==1.2.1
aiosignal==1.3.1
async-timeout==4.0.2
attrs==23.1.0
av==8.1.0
black==24.3.0
black==23.3.0
cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.3
cryptography==42.0.4
dnspython==2.6.1
cryptography==38.0.4
dnspython==2.3.0
frozenlist==1.3.3
google-crc32c==1.5.0
h264-profile-level-id==1.0.0
idna==3.7
idna==3.4
ifaddr==0.2.0
multidict==6.0.4
mypy-extensions==1.0.0
netifaces==0.11.0
packaging==23.1
pathspec==0.11.1
pip==21.2.4
platformdirs==3.8.0
pycparser==2.21
pydantic==1.10.13
pydantic==1.10.10
pyee==8.2.2
Pygments==2.15.1
PyJWT==2.7.0
pygments==2.15.1
pyjwt==2.7.0
pylibsrtp==0.8.0
pymediasoup==0.2.2
pyOpenSSL==23.2.0
pyopenssl==23.2.0
python-dotenv==1.0.0
sdp-transform==1.0.6
setuptools==58.1.0
tomli==2.0.1
typing_extensions==4.7.0
typing-extensions==4.7.0
websockets==11.0.3
yarl==1.9.2
Loading

0 comments on commit fd59267

Please sign in to comment.