Remove usage of typing_extensions
All our uses of it have been adopted upstream
parent
2b49f887
No related branches found
No related tags found
Showing
- requirements.txt 0 additions, 1 deletionrequirements.txt
- swh/objstorage/backends/winery/roshard.py 2 additions, 3 deletionsswh/objstorage/backends/winery/roshard.py
- swh/objstorage/interface.py 12 additions, 3 deletionsswh/objstorage/interface.py
- swh/objstorage/objstorage.py 10 additions, 3 deletionsswh/objstorage/objstorage.py
- swh/objstorage/tests/winery_benchmark.py 2 additions, 3 deletionsswh/objstorage/tests/winery_benchmark.py
... | ... | @@ -5,7 +5,6 @@ |
click | ||
deprecated | ||
msgpack | ||
typing-extensions >= 3.7.4 | ||
# seaweedfs backend | ||
requests |
Please register or sign in to comment