Skip to content

Commit

Permalink
python pip requirements 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasByr committed Aug 2, 2023
1 parent fd06315 commit 982db99
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
# to ensure reproducibility of the environment ;
# exceptions are made for some minor versions

termcolor == 2.3.* # for colored output (used in the logger)
python-dotenv == 1.0.* # load environment variables from a .env file (or exported in the shell)
termcolor == 2.3.* # for colored output (used in the logger)
python-dotenv == 1.0.* # load environment variables from a .env file (or exported in the shell)

typing_extensions == 4.6.* # mainly for `override` decorator
arrow == 1.2.* # for time manipulation
typing_extensions == 4.6.* # mainly for `override` decorator
arrow == 1.2.* # for time manipulation
jellyfish == 0.11.* # for fuzzy string matching

discord.py == 2.2.* # discord API wrapper
pymongo[srv] == 4.3.* # MongoDB driver
discord.py == 2.2.* # discord API wrapper
pymongo[srv] == 4.3.* # MongoDB driver

0 comments on commit 982db99

Please sign in to comment.