mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
roll back regex due to unsigned wheel
This commit is contained in:
parent
7797f88553
commit
3d1c2cb841
2 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue