Changeset d0208d00 in trunk
- Timestamp:
-
2022-07-25T15:55:20Z
(3 years ago)
- Author:
- GitHub <noreply@…>
- Branches:
- master
- Children:
- 21bb9e5, 4cc5c4d, 636b8a9, 6d833607, 7dd346a
- Parents:
- 26f15f4 (diff), 921e3a77 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
- git-author:
- Itamar Turner-Trauring <itamar@…> (2022-07-25 15:55:20)
- git-committer:
- GitHub <noreply@…> (2022-07-25 15:55:20)
- Message:
-
Merge pull request #1207 from tahoe-lafs/3909-new-werkzeug
Don't use broken new werkzeug
Fixes ticket:3909
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
-
r26f15f4
|
rd0208d00
|
|
134 | 134 | # HTTP server and client |
135 | 135 | "klein", |
136 | | "werkzeug", |
| 136 | # 2.2.0 has a bug: https://github.com/pallets/werkzeug/issues/2465 |
| 137 | "werkzeug != 2.2.0", |
137 | 138 | "treq", |
138 | 139 | "cbor2", |