Pipfile 275 B

123456789101112131415161718
  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. python-dotenv = "*"
  11. psycopg2-binary = "*"
  12. apscheduler = "*"
  13. python-telegram-bot = "*"
  14. [requires]
  15. python_version = "3"