We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a2b04 commit 7418bb0Copy full SHA for 7418bb0
requirements-dev.txt
@@ -1,5 +1,5 @@
1
-r requirements.txt
2
-uvicorn[standard]==0.21.1
+uvicorn[standard]==0.27.1
3
httpx
4
pytest
5
pytest-cov
requirements.txt
@@ -1,4 +1,4 @@
-fastapi==0.95.0
-websockets==11.0.1
-python-vlc==3.0.18121
-python-mpd2==3.0.5
+fastapi==0.110.0
+websockets==12.0
+python-vlc==3.0.20123
+python-mpd2==3.1.1
setup.py
@@ -1,10 +1,10 @@
from setuptools import setup, find_packages
requirements = [
- "fastapi==0.95.0",
- "websockets==11.0.1",
6
- "python-vlc==3.0.18121",
7
- "python-mpd2==3.0.5",
+ "fastapi==0.110.0",
+ "websockets==12.0",
+ "python-vlc==3.0.20123",
+ "python-mpd2==3.1.1",
8
]
9
10
if __name__ == '__main__':
0 commit comments