Skip to content

Instantly share code, notes, and snippets.

@staticf0x
Created February 25, 2021 10:27
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 staticf0x/1b6e213833ce79aa7a51a2d37942a5aa to your computer and use it in GitHub Desktop.
Save staticf0x/1b6e213833ce79aa7a51a2d37942a5aa to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "xxx"
version = "1.0.0"
description = "xxx"
authors = ["xxx"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.7"
numpy = "^1.20.1"
matplotlib = "^3.3.4"
Django = "^3.1.7"
gunicorn = "^20.0.4"
whitenoise = "^5.2.0"
psycopg2 = "^2.8.6"
django-dotenv = "^1.4.2"
[tool.poetry.dev-dependencies]
pylint = "^2.7.1"
green = "^3.2.5"
pycodestyle = "^2.6.0"
isort = "^5.7.0"
[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