Pipfile 351 B

12345678910111213141516171819202122232425262728
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. black = "*"
  7. isort = "*"
  8. ipdb = "*"
  9. neovim = "*"
  10. rope = "*"
  11. mypy = "*"
  12. [packages]
  13. aiogram = "*"
  14. aioredis = "*"
  15. httpx = "*"
  16. alembic = "*"
  17. python-dotenv = "*"
  18. gino = "*"
  19. psycopg2-binary = "*"
  20. [requires]
  21. python_version = "3.8"
  22. [pipenv]
  23. allow_prereleases = true