Changeset d0208d00 in trunk


Ignore:
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:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified setup.py

    r26f15f4 rd0208d00  
    134134    # HTTP server and client
    135135    "klein",
    136     "werkzeug",
     136    # 2.2.0 has a bug: https://github.com/pallets/werkzeug/issues/2465
     137    "werkzeug != 2.2.0",
    137138    "treq",
    138139    "cbor2",
Note: See TracChangeset for help on using the changeset viewer.