Skip to content

Instantly share code, notes, and snippets.

@jcf-dev
Created May 7, 2022 16:12
Show Gist options
  • Save jcf-dev/4fbe1646c4069b5cfc72c7f822996360 to your computer and use it in GitHub Desktop.
Save jcf-dev/4fbe1646c4069b5cfc72c7f822996360 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "backend"
version = "0.1.0"
description = ""
authors = ["REDACTED"]
[tool.poetry.dependencies]
python = "^3.10"
Django = "^4.0.2"
djangorestframework = "^3.13.1"
djangorestframework-simplejwt = "^5.0.0"
django-cors-headers = "^3.11.0"
python-environ = "^0.4.54"
drf-nested-routers = "^0.93.4"
Pillow = "^9.0.1"
black = "^22.1.0"
channels = "^3.0.4"
channels-redis = "^3.4.0"
pytest-asyncio = "^0.18.2"
psycopg2-binary = "^2.9.3"
gunicorn = "^20.1.0"
coverage = "^6.3.2"
uvicorn = {extras = ["standard"], version = "^0.17.6"}
requests = "^2.27.1"
types-requests = "^2.27.20"
[tool.poetry.dev-dependencies]
factory-boy = "^3.2.1"
pytest-django = "^4.5.2"
flake8 = "^4.0.1"
mypy = "^0.942"
[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