Skip to content

Commit

Permalink
Install requirements over git using editable mode
Browse files Browse the repository at this point in the history
Fixes issues with requirements not being upgraded when already installed (for CircleCI)
pypa/pip#2837
  • Loading branch information
Harmon758 committed Feb 23, 2019
1 parent bd0bf7e commit 08f6d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# discord.py@rewrite
git+git://github.com/Rapptz/discord.py.git@3a8214a#egg=discord.py[voice]
-e git+git://github.com/Rapptz/discord.py.git@3a8214a#egg=discord.py[voice]
# TwitchIO@rewrite
git+git://github.com/TwitchIO/Twitchio.git@9c99b72#egg=twitchio
-e git+git://github.com/TwitchIO/Twitchio.git@9c99b72#egg=twitchio
pydle==0.9.1
python-telegram-bot==11.1.0

Expand Down

0 comments on commit 08f6d4a

Please sign in to comment.