Skip to content

Instantly share code, notes, and snippets.

@Ikszad
Created February 8, 2021 15:23
Show Gist options
  • Save Ikszad/a332db7e7e6a542cfa7595fc6a0871e2 to your computer and use it in GitHub Desktop.
Save Ikszad/a332db7e7e6a542cfa7595fc6a0871e2 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "base-dockerfile"
version = "0.1.0"
description = "Base image for our api services"
authors = ["thirty3"]
[tool.poetry.dependencies]
python = "^3.8"
django = "^3.0.5"
uwsgi = "^2.0.18"
requests = "^2.23.0"
psycopg2-binary = "^2.8.5"
ipython = "^7.13.0"
djangorestframework = "^3.11.0"
drf-yasg = "^1.17.1"
sentry-sdk = "^0.14.3"
django-tenants = "^3.0.1"
celery = {extras = ["sqs"], version = "^4.4.2"}
django-storages = {extras = ["boto3"], version = "^1.9.1"}
django-cors-headers = "*"
django-ipware = "*"
rest-condition = "*"
django-filter = "*"
django-countries = "*"
ddtrace = "==0.33.0"
attrs = "^19.3.0"
[tool.poetry.dev-dependencies]
flake8 = "^3.7.9"
isort = "^4.3.21"
bandit = "^1.6.2"
coverage = "^5.0.4"
bumpversion = "^0.5.3"
black = "^19.10b0"
autoflake = "^1.3.1"
[build-system]
requires = ["poetry>=1.0.0"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment