Skip to content

Commit

Permalink
Création d'un environnement poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Biganon committed Aug 15, 2022
1 parent 92e29d7 commit fa5bc37
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
30 changes: 30 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "rs"
version = "0.1.0"
description = ""
authors = ["Simon Junod <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.10"
markovify = "^0.9.4"

[tool.poetry.dev-dependencies]

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

0 comments on commit fa5bc37

Please sign in to comment.