Skip to content

Instantly share code, notes, and snippets.

@foucdeg
Created February 19, 2022 12:34
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 foucdeg/804716dcf064eca904b987216e458bee to your computer and use it in GitHub Desktop.
Save foucdeg/804716dcf064eca904b987216e458bee to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "poc_poetry_issue"
version = "0.0.1"
description = "Online drawing game"
authors = ["Foucauld Degeorges <foucauld.degeorges@gmail.com>"]
[tool.poetry.dependencies]
python = "3.10.1"
djangorestframework_simplejwt = "==5.0.0"
django-eventstream = "==4.3.1"
[build-system]
requires = ["poetry>=1.1.13"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment