Pipfile 305 B

1234567891011121314151617181920
  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. matplotlib = "*"
  15. pandas = "*"
  16. [requires]
  17. python_version = "3"