Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from scuml/poetry
Browse files Browse the repository at this point in the history
Adds poetry
  • Loading branch information
scuml authored Jul 21, 2021
2 parents a2a5362 + bb89a9f commit 54da127
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ turbo_django.egg-info/
ve
venv
.vscode
doc/build
doc/build
build
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tool.poetry]
name = "turbo-django"
version = "0.8.0"
description = "An elegant integration of Hotwired Turbo with Django allowing for a Python-driven dynamic web experience."

[tool.poetry.dependencies]
python = "^3.9"


[tool.poetry.dev-dependencies]
sphinx-autoapi = "^1.8.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 54da127

Please sign in to comment.