mirror of
https://github.com/Xevion/contest-assistant.git
synced 2025-12-09 10:06:51 -06:00
- Tested Submission.count descriptor - Tested Submission.clear_other_votes - Expanded Submission.advance testing to include exceptions, Submission .active, Submission.completed and Submission.voting - Changed db model __repr__ implementations to use f-strings - Fixed Submission.update force kwarg not implemented. - Small formatting changes, new TODO, noinspection on protected access - Votes setter now removes duplicate keys (maintains order) - Removed 'aiosqlite' from Pipfile general package requirements
18 lines
245 B
TOML
18 lines
245 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
discord = "~=1.0.1"
|
|
pytest = "*"
|
|
pytest-asyncio = "*"
|
|
sqlalchemy = "*"
|
|
alembic = "*"
|
|
sqlalchemy-json = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|