Spaces:
Running
Running
| [tool.poetry] | |
| name = "writer-framework-default" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Your Name <[email protected]>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.10.0" | |
| writer = "^0.8.2" | |
| praw = "^7.7.1" | |
| black = "^24.8.0" | |
| flake8 = "^7.1.1" | |
| isort = "^5.13.2" | |
| pre-commit = "^3.8.0" | |
| python-dotenv = "^1.0.1" | |
| aiohttp = "^3.10.10" | |
| asyncio = "^3.4.3" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |