mirror of
https://github.com/Xevion/contest-assistant.git
synced 2025-12-06 01:14:37 -06:00
18 lines
246 B
TOML
18 lines
246 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
discord = "~=1.0.1"
|
|
aiosqlite = "~=0.16.1"
|
|
pytest = "*"
|
|
pytest-asyncio = "*"
|
|
sqlalchemy = "*"
|
|
alembic = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|