[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
python-socketio = {version = "~=5.3", extras = ["asyncio_client"]}
aiohttp = "~=3.8.5"
pillow = "~=10.0"
pytz = "*"
requests = "*"

[dev-packages]

[requires]
python_version = "3.8"
