Skip to content

Instantly share code, notes, and snippets.

@jameswinegar
Created January 24, 2022 03:02
Show Gist options
  • Save jameswinegar/779bad48d2c8a40dee497ee9eed6cdff to your computer and use it in GitHub Desktop.
Save jameswinegar/779bad48d2c8a40dee497ee9eed6cdff to your computer and use it in GitHub Desktop.
[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