Skip to content

Commit

Permalink
Merge pull request #38 from Krutyi-4el/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
solaluset authored Mar 25, 2023
2 parents 300d534 + 8b25e6f commit 0f6dd82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions config/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# imitate running in root directory
cfg_dir = Path(__file__).parent
sys.path.insert(0, str(cfg_dir.parent))
for i, path in enumerate(sys.path):
if Path(path).absolute() == cfg_dir:
sys.path[i] = str(cfg_dir.parent)
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
https://github.com/Krutyi-4el/pycord/archive/9c5af3d15e3011ff1e29b55e3b1063391d0455d6.zip#egg=py-cord[voice]
yt-dlp==2023.2.17
aiohttp==3.8.3
beautifulsoup4==4.11.1
spotipy==2.22.0
py-cord[voice] @ https://github.com/Krutyi-4el/pycord/archive/10ce5cec7db3ded3153a2d3d03cb8b40bbbb3539.zip
yt-dlp==2023.3.4
aiohttp==3.8.4
beautifulsoup4==4.12.0
spotipy==2.22.1
emoji==2.2.0
SQLAlchemy[asyncio]==1.4.46
alembic==1.9.1
SQLAlchemy[asyncio]==2.0.7
alembic==1.10.2
./config

0 comments on commit 0f6dd82

Please sign in to comment.