Skip to content

Commit 35b03d9

Browse files
committed
Use direct references to specify requirements
1 parent 3651d8e commit 35b03d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# discord.py[voice]==1.6.0a
2-
git+git://github.com/Rapptz/discord.py.git@df3e5a1#egg=discord.py[voice]
2+
discord.py[voice] @ git+git://github.com/Rapptz/discord.py.git@df3e5a1
33
# discord-ext-menus==1.0.0a
4-
git+git://github.com/Rapptz/discord-ext-menus.git@6f2b873#egg=discord-ext-menus
4+
discord-ext-menus @ git+git://github.com/Rapptz/discord-ext-menus.git@6f2b873
55
# TwitchIO@rewrite
6-
git+git://github.com/TwitchIO/Twitchio.git@9c99b72#egg=twitchio
6+
twitchio @ git+git://github.com/TwitchIO/Twitchio.git@9c99b72
77
pydle==0.9.2
88
python-telegram-bot==13.0.0
99

0 commit comments

Comments
 (0)