Skip to content

Commit

Permalink
add guvicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
djstrong committed Dec 31, 2023
1 parent b432114 commit 99150fa
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 68 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ research/avatars/*.csv
research/avatars/*.xlsx
!research/token-scramble/*.ipynb
.env
data/w2v/
data/wiki2v/
154 changes: 87 additions & 67 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [


[tool.poetry.dependencies]
python = "~3.10"
python = "^3.10"
hydra-core = "^1.2.0"
nltk = "^3.6.7"
wordninja = "^2.0.0"
Expand All @@ -32,6 +32,7 @@ python-dotenv = "^1.0.0"
boto3 = "^1.26.117"
csuffixtree = { url = "https://github.com/Carbon225/csuffixtree-py/releases/download/v0.3.7/csuffixtree-0.3.7-py3-none-any.whl" }
rocksdict = "^0.3.10"
gunicorn = "^21.2.0"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 99150fa

Please sign in to comment.