-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix ImportError in v0.13 release branch (#392)
* pin dependencies * update changelog * update changelog text
- Loading branch information
Chad Smith
authored
May 20, 2021
1 parent
233acdd
commit baf918d
Showing
6 changed files
with
29 additions
and
17 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.13.2.1 | ||
0.13.2.2 |
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 |
---|---|---|
@@ -1,3 +1,21 @@ | ||
# https://caremad.io/posts/2013/07/setup-vs-requirement/ | ||
--index-url https://pypi.org/simple/ | ||
-e . | ||
bidict==0.21.2 | ||
Brotli==1.0.9 | ||
click==7.1.2 | ||
dnspython==2.0.0 | ||
eventlet==0.25.2 | ||
Flask==0.12.5 | ||
Flask-Compress==1.8.0 | ||
Flask-SocketIO==2.9.6 | ||
gevent==1.5.0 | ||
gevent-websocket==0.10.1 | ||
greenlet==0.4.16 | ||
itsdangerous==1.1.0 | ||
Jinja2==2.11.2 | ||
MarkupSafe==1.1.1 | ||
monotonic==1.5 | ||
pygdbmi==0.9.0.3 | ||
Pygments==2.7.3 | ||
python-engineio==3.14.2 | ||
python-socketio==4.6.1 | ||
six==1.15.0 | ||
Werkzeug==0.16.1 |
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