1234567891011121314151617181920 |
- [[source]]
- name = "pypi"
- url = "https://pypi.org/simple"
- verify_ssl = true
- [dev-packages]
- [packages]
- requests = "*"
- beautifulsoup4 = "*"
- sqlalchemy = "*"
- python-dotenv = "*"
- psycopg2-binary = "*"
- apscheduler = "*"
- python-telegram-bot = "*"
- matplotlib = "*"
- pandas = "*"
- [requires]
- python_version = "3.7"
|