fix: remove weasel from requirements.txt

This commit is contained in:
Basile Dura 2023-06-05 19:41:15 +02:00
parent b1a8edece3
commit b4b4c5eba7
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ catalogue>=2.0.6,<2.1.0
typer>=0.3.0,<0.8.0 typer>=0.3.0,<0.8.0
pathy>=0.10.0 pathy>=0.10.0
smart-open>=5.2.1,<7.0.0 smart-open>=5.2.1,<7.0.0
weasel@git+https://github.com/explosion/weasel.git@9a3632862b47069d2f9033b773e814d4c4e09c83 # TODO: use a SemVer indentifier
# Third party dependencies # Third party dependencies
numpy>=1.15.0 numpy>=1.15.0
requests>=2.13.0,<3.0.0 requests>=2.13.0,<3.0.0

View File

@ -51,7 +51,7 @@ install_requires =
wasabi>=0.9.1,<1.2.0 wasabi>=0.9.1,<1.2.0
srsly>=2.4.3,<3.0.0 srsly>=2.4.3,<3.0.0
catalogue>=2.0.6,<2.1.0 catalogue>=2.0.6,<2.1.0
weasel>=0.1.0rc0 weasel>=0.1.0rc1
# Third-party dependencies # Third-party dependencies
typer>=0.3.0,<0.8.0 typer>=0.3.0,<0.8.0
pathy>=0.10.0 pathy>=0.10.0