set python version with pyenv. Create virtual env inside project
This commit is contained in:
parent
2178e56df9
commit
ded5adb3e7
3 changed files with 197 additions and 119 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue