roll back regex due to unsigned wheel

This commit is contained in:
Damien Elmes 2021-10-16 09:58:31 +10:00
parent 7797f88553
commit 3d1c2cb841
2 changed files with 8 additions and 2 deletions

View file

@ -30,6 +30,10 @@ types-protobuf
types-requests
types-waitress
# transitive dependency of black; pinned due to broken wheel
# https://bitbucket.org/mrabarnett/mrab-regex/issues/399/missing-wheel-for-macosx-and-the-new-m1
regex==2021.9.30
# windows only
psutil; sys.platform == "win32"
pywin32; sys.platform == "win32"

View file

@ -113,8 +113,10 @@ pytoml==0.1.21
# via compare-locales
pywin32==302 ; sys_platform == "win32"
# via -r requirements.in
regex==2021.10.8
# via black
regex==2021.9.30
# via
# -r requirements.in
# black
requests==2.26.0
# via -r requirements.in
send2trash==1.8.0