Skip to content

Commit

Permalink
Add versions to requirements.txt
Browse files Browse the repository at this point in the history
Add version numbers to the requirements file to limit people testing
on the wrong versions.

Closes #50
  • Loading branch information
hjarrell committed Jun 8, 2019
1 parent b950b45 commit be3d7ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
discord.py[voice]
youtube_dl
requests
praw
discord.py[voice]==1.1.1
youtube_dl==2019.6.8
requests==2.21.0
praw==6.2.0

0 comments on commit be3d7ab

Please sign in to comment.