diff options
author | stolenvw <stolenvw@hotmail.com> | 2021-04-18 09:03:29 -0400 |
---|---|---|
committer | stolenvw <stolenvw@hotmail.com> | 2021-04-18 09:03:29 -0400 |
commit | 79e5396d15f10e358ae95ba4cff8d401bc45ff22 (patch) | |
tree | a7390fd2b56f3779ecb565ecc61834991f86d69c | |
parent | 96d432988ab8208737b1c722938296ffae78ee1e (diff) |
Valheim plus discord bot
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 258422e..040da5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ matplotlib==3.3.4 emoji==1.2.0 pandas==1.2.2 discord==1.0.1 -python-a2s==1.3.0
\ No newline at end of file +python-a2s==1.3.0 +mysql-connector-python==8.0.23 |