Skip to content

Commit 35675ae

Browse files
committed
remove extras, move to installing all deps at once
1 parent 030345c commit 35675ae

5 files changed

Lines changed: 149 additions & 130 deletions

File tree

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"flask": {
144144
"package": "flask",
145145
"deps": {
146-
"*": ["flask-login", "werkzeug"],
146+
"*": ["flask-login", "werkzeug", "blinker"],
147147
"<2.0": ["werkzeug<2.1.0", "markupsafe<2.1.0"],
148148
},
149149
},

0 commit comments

Comments
 (0)