Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Feb 25, 2024
1 parent 81a2b04 commit 7418bb0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
uvicorn[standard]==0.21.1
uvicorn[standard]==0.27.1
httpx
pytest
pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup, find_packages

requirements = [
"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",
]

if __name__ == '__main__':
Expand Down

0 comments on commit 7418bb0

Please sign in to comment.