set python version with pyenv. Create virtual env inside project

This commit is contained in:
Yax 2023-01-28 16:46:25 +01:00
parent 2178e56df9
commit ded5adb3e7
3 changed files with 197 additions and 119 deletions

View file

@ -6,7 +6,7 @@ authors = ["Yax"]
readme = "README.md"
[tool.poetry.dependencies]
python = "~3.11"
python = "^3.11.0"
pyrss2gen = "^1.1"
markdown = "^3.1.1"
requests = "^2.25.1"