Pipfile 297 B

12345678910111213141516171819
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. [packages]
  7. requests = "*"
  8. beautifulsoup4 = "*"
  9. sqlalchemy = "*"
  10. psycopg2-binary = "*"
  11. python-dotenv = "*"
  12. apscheduler = "*"
  13. python-telegram-bot = "*"
  14. python-dateutil = "*"
  15. [requires]
  16. python_version = "3"