Skip to content

Instantly share code, notes, and snippets.

@joeld1
Created March 8, 2021 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeld1/20f77a7881f974e86c580f3446e34683 to your computer and use it in GitHub Desktop.
Save joeld1/20f77a7881f974e86c580f3446e34683 to your computer and use it in GitHub Desktop.
poetry add ocrmypdf isssue
[tool.poetry]
name = "code_to_share"
version = "0.1.0"
description = ""
authors = ["JD <10216562+joeld1@users.noreply.github.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.63.0"
uvicorn = "^0.13.4"
httpx = "^0.17.0"
Jinja2 = "^2.11.3"
aiofiles = "^0.6.0"
requests = "^2.25.1"
pytest = "^6.2.2"
pybind11 = "^2.6.2"
setuptools-rust = "^0.11.6"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["setuptools","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