Created
January 24, 2022 03:02
-
-
Save jameswinegar/779bad48d2c8a40dee497ee9eed6cdff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "lab2" | |
version = "0.2.0" | |
description = "" | |
authors = ["James Winegar <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = "^3.10.0" | |
fastapi = "^0.71.0" | |
uvicorn = "^0.16.0" | |
joblib = "^1.1.0" | |
[tool.poetry.dev-dependencies] | |
pytest = "^6.2" | |
requests = "^2.27.1" | |
isort = "^5.10.1" | |
black = "^21.12b0" | |
pre-commit = "^2.16.0" | |
[build-system] | |
requires = ["poetry-core>=1.0.0"] | |
build-backend = "poetry.core.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment