-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenvironment.yaml
42 lines (42 loc) · 1.79 KB
/
environment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: web2mp3
channels:
- conda-forge
- defaults
dependencies:
- bzip2=1.0.8
- ca-certificates=2024.8.30
- libffi=3.4.2
- libsqlite=3.47.0
- libzlib=1.3.1
- openssl=3.4.0
- pip=24.3.1
- python=3.10.15
- setuptools=75.5.0
- tk=8.6.13
- tzdata=2024b
- ucrt=10.0.22621.0
- vc=14.3
- vc14_runtime=14.42.34433
- vs2015_runtime=14.42.34433
- wheel=0.45.0
- xz=5.2.6
- pip:
- async-timeout==5.0.1
- certifi==2024.8.30
- charset-normalizer==3.4.0
- click==8.1.7
- colorama==0.4.6
- coverage==5.5
- deprecation==2.1.0
- eyed3==0.9.7
- filetype==1.2.0
- idna==3.10
- packaging==24.2
- python-dotenv==1.0.1
- redis==5.2.0
- requests==2.32.3
- spotipy==2.24.0
- toml==0.10.2
- urllib3==2.2.3
- yt-dlp==2024.11.18
- ytmusicapi==1.8.2