Created
February 19, 2022 12:34
-
-
Save foucdeg/804716dcf064eca904b987216e458bee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "poc_poetry_issue" | |
version = "0.0.1" | |
description = "Online drawing game" | |
authors = ["Foucauld Degeorges <[email protected]>"] | |
[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