diff options
author | Parker <contact@pkrm.dev> | 2025-01-19 23:53:26 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2025-01-19 23:53:26 -0600 |
commit | dc86e686373b43760863d7a7766119bef87571dc (patch) | |
tree | 49f92dc5600da1c6e0cf47fb943b7fdce815986e /requirements.txt | |
parent | b5bd2e36b6597303985eb9dc897e04d452950372 (diff) |
Add Docker image
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt index fa63860..8887090 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,8 @@ colorlog==6.8.2 requests==2.32.0 -humanize==4.9.0 wonderwords==2.2.0 - -# validators -# jsonschema -# pyyaml -# discord py
\ No newline at end of file +PyYAML==6.0.2 +validators==0.34.0 +jsonschema==4.23.0 +jsonschema-specifications==2024.10.1 +discord.py==2.4.0
\ No newline at end of file |