Skip to content

Commit

Permalink
Merge pull request #63 from dhrumilp12/testing
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
dhrumilp12 authored Sep 29, 2024
2 parents 30554bd + 0322df3 commit ec18381
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ decorator = "5.1.1"
distro = "1.9.0"
dnspython = "2.6.1"
email_validator = "2.1.1"
# Corrected dependency specification
"en-core-web-sm" = { url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl", hash = "sha256:86cc141f63942d4b2c5fcee06630fd6f904788d2f0ab005cce45aadb8fb73889" }

exceptiongroup = "1.2.0"
executing = "2.0.1"
faiss-cpu = "1.8.0.post1"
Expand Down Expand Up @@ -186,7 +185,7 @@ pywebpush = "2.0.0"
env = [
"log_cli = true",
"log_cli_level = INFO",
"FLASK_ENV = test",
"FLASK_ENV = development",
"cache_dir = ./server"
]

Expand Down

0 comments on commit ec18381

Please sign in to comment.