-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from coldshouldermedia/add_requirements
Add requirements
- Loading branch information
Showing
2 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#A list of dependencies for rainwavebot.py | ||
|
||
#The first three were found using `pipreqs`, is that a good choice? It did miss PyNaCl. | ||
aiocron==1.8 | ||
discord.py==2.4.0 | ||
python_rainwave_client==2024.2 | ||
PyNaCl==1.5.0 #I got this by using `pip show pynacl`. If I hadn't known what would I do? | ||
#Maybe more? |