Skip to content

Commit 1532b7f

Browse files
committed
make requirements use '>=', and use mysql-connector-python, since mysql-connector is Deprecated
1 parent 07aaf31 commit 1532b7f

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

requirements.txt

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
aiohttp==3.6.2
2-
async-timeout==3.0.1
3-
attrs==19.3.0
4-
beautifulsoup4==4.9.1
5-
bs4==0.0.1
6-
certifi==2020.6.20
7-
chardet==3.0.4
8-
discord.py==1.4.0
9-
idna==2.10
10-
lavalink==3.1.2
11-
multidict==4.7.6
12-
mysql-connector==2.2.9
13-
psutil==5.7.2
14-
python-dotenv==0.14.0
15-
requests==2.24.0
16-
soupsieve==2.0.1
17-
typing-extensions==3.7.4.2
18-
urllib3==1.25.10
19-
websockets==8.1
20-
yarl==1.5.1
1+
aiohttp>=3.6.2
2+
async-timeout>=3.0.1
3+
attrs>=19.3.0
4+
beautifulsoup4>=4.9.1
5+
bs4>=0.0.1
6+
certifi>=2020.6.20
7+
chardet>=3.0.4
8+
discord.py>=1.4.0
9+
idna>=2.10
10+
lavalink>=3.1.2
11+
multidict>=4.7.6
12+
mysql-connector>=2.2.9
13+
psutil>=5.7.2
14+
python-dotenv>=0.14.0
15+
requests>=2.24.0
16+
soupsieve>=2.0.1
17+
typing-extensions>=3.7.4.2
18+
urllib3>=1.25.10
19+
websockets>=8.1
20+
yarl>=1.5.1
21+
mysql-connector-python>=8.0.21

0 commit comments

Comments
 (0)