[READ-ONLY] Mirror of https://github.com/shuuji3/wxpython-getting-started.
0

Configure Feed

Select the types of activity you want to include in your feed.

1[tool.poetry] 2name = "wxpython-getting-started" 3version = "0.1.0" 4description = "" 5authors = ["TAKAHASHI Shuuji <shuuji3@gmail.com>"] 6 7[tool.poetry.dependencies] 8python = "^3.8" 9 10[tool.poetry.dev-dependencies] 11 12[build-system] 13requires = ["poetry>=0.12"] 14build-backend = "poetry.masonry.api"