Skip to content

Instantly share code, notes, and snippets.

@LK
Last active January 9, 2023 18:24
Show Gist options
  • Save LK/761d690f1f119cfd60deb695580448d9 to your computer and use it in GitHub Desktop.
Save LK/761d690f1f119cfd60deb695580448d9 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "api-server-apps"
version = "0.1.0"
description = ""
authors = []
readme = "README.md"
packages = []
[tool.poetry.dependencies]
python = "3.9.15"
docstring-parser = "0.15"
opencensus = {git = "https://github.com/instabase/opencensus-python", rev = "ec72cd39b431ec28ebcf72861852bccaef00c961"}
opencensus-ext-prometheus = {git = "https://github.com/instabase/opencensus-python/", rev = "ec72cd39b431ec28ebcf72861852bccaef00c961", subdirectory = "contrib/opencensus-ext-prometheus"}
"pdfminer.six" = {git = "https://github.com/instabase/pdfminer.six.public", rev = "47baa0dda534f8389a67c9c984c23b52bf4614e0"}
pandas = "1.1.5"
mypy = "0.812"
pysftp = "0.2.9"
usaddress = "0.5.10"
zipcodes = "1.2.0"
[tool.poetry.group.dev.dependencies]
mock = "^4.0.3"
xxhash = "^3.1.0"
"testing.redis" = "1.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment