Skip to content

Instantly share code, notes, and snippets.

@iksteen
Created October 1, 2020 15:04
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 iksteen/2464d767a57ed034af25956264be2694 to your computer and use it in GitHub Desktop.
Save iksteen/2464d767a57ed034af25956264be2694 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "project"
version = "1.0.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.8"
aio_pika = "^6.6.0"
aiofiles = "^0.4.0"
aiohttp = "^3.6.2"
aiopg = "^1.0.0"
aioredis = "^1.3.1"
cryptography = "^2.8"
dmt-utils = {version = "^0.1.8", extras = ["cache", "managedstate", "migrate", "newrelic", "peeweecodec", "settingshelper"]}
fastapi = "^0.48.0"
gunicorn = "^20.0.4"
httpx = "^0.11.1"
jinja2 = "^2.11.1"
orjson = "^2.6.2"
peewee-async = "^0.7.1"
pyinapp = "0.1.5"
python-dateutil = "^2.8.1"
python-multipart = "^0.0.5"
sentry-sdk = "^0.17.3"
uvicorn = "^0.11.1"
newrelic = "^5.20.0"
[tool.poetry.dev-dependencies]
pre-commit = "^2.0.1"
pytest = "^5.4.1"
python-dotenv = "^0.13.0"
[[tool.poetry.source]]
name = "nrc"
url = "https://pypi.PRIVATE_REPOSITORY/simple/"
secondary = true
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment