12345678910111213141516171819202122232425262728293031323334353637383940 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- location-guessing-game-telegram-bot = {path = ".", editable = true}
- [dev-packages]
- black = "*"
- mypy = "*"
- pylint = "*"
- pylint-import-requirements = "*"
- pytest = "*"
- pytest-cov = "*"
- typing_extensions = {version = "*", markers = ""}
- typed-ast = {markers = "python_version < '3.8'"}
- "backports.zoneinfo" = {version = "*", markers = "python_version <= '3.8'"}
- [requires]
- python_version = "3"
|