Add inventory DB cog and fix music cog
This commit is contained in:
parent
743943effd
commit
0c21b2ee01
6 changed files with 137 additions and 33 deletions
|
|
@ -1,16 +1,43 @@
|
|||
aiohttp==3.7.4.post0
|
||||
async-timeout==3.0.1
|
||||
attrs==21.2.0
|
||||
cffi==1.14.5
|
||||
chardet==4.0.0
|
||||
discord==1.0.1
|
||||
discord.py==1.7.2
|
||||
idna==3.1
|
||||
multidict==5.1.0
|
||||
pycparser==2.20
|
||||
PyNaCl==1.4.0
|
||||
python-dotenv==0.17.1
|
||||
six==1.16.0
|
||||
typing-extensions==3.10.0.0
|
||||
yarl==1.6.3
|
||||
youtube-dl==2021.5.16
|
||||
aiohttp==3.7.4.post0
|
||||
async-timeout==3.0.1
|
||||
attrs==21.2.0
|
||||
cachetools==4.2.2
|
||||
certifi==2021.5.30
|
||||
cffi==1.14.5
|
||||
chardet==4.0.0
|
||||
charset-normalizer==2.0.3
|
||||
discord==1.0.1
|
||||
discord.py==1.7.2
|
||||
DiscordUtils==1.3.4
|
||||
gcloud==0.18.3
|
||||
google-api-core==1.31.0
|
||||
google-auth==1.33.1
|
||||
google-cloud-core==1.7.1
|
||||
google-cloud-firestore==2.2.0
|
||||
googleapis-common-protos==1.53.0
|
||||
grpcio==1.39.0
|
||||
httplib2==0.19.1
|
||||
idna==3.1
|
||||
jws==0.1.3
|
||||
multidict==5.1.0
|
||||
oauth2client==4.1.3
|
||||
packaging==21.0
|
||||
proto-plus==1.19.0
|
||||
protobuf==3.17.3
|
||||
pyasn1==0.4.8
|
||||
pyasn1-modules==0.2.8
|
||||
pycparser==2.20
|
||||
pycryptodome==3.10.1
|
||||
PyNaCl==1.4.0
|
||||
pyparsing==2.4.7
|
||||
python-dotenv==0.17.1
|
||||
python-jwt==2.0.1
|
||||
pytz==2021.1
|
||||
requests==2.26.0
|
||||
requests-toolbelt==0.9.1
|
||||
rsa==4.7.2
|
||||
six==1.16.0
|
||||
typing-extensions==3.10.0.0
|
||||
urllib3==1.26.6
|
||||
yarl==1.6.3
|
||||
youtube-dl==2021.5.16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue