Some checks failed
CI / lint-and-test (push) Failing after 11s
- Upgraded `pytest-asyncio` to version 1.0 to ensure compatibility with the latest features and improvements. - Increased the coverage threshold in pytest configuration to 80%, enhancing the quality assurance process. - Added a new `conftest.py` file to manage shared fixtures and improve test organization. - Introduced multiple new test files to cover various components, ensuring comprehensive test coverage across the application. - Updated the `.coverage` file to reflect the latest coverage metrics.
20 lines
360 B
Plaintext
20 lines
360 B
Plaintext
python-telegram-bot[job-queue]<23.0,>=22.0
|
|
python-dotenv<2.0,>=1.0
|
|
fastapi<1.0,>=0.115
|
|
uvicorn[standard]<1.0,>=0.32
|
|
sqlalchemy<3.0,>=2.0
|
|
alembic<2.0,>=1.14
|
|
pydantic<3.0,>=2.0
|
|
icalendar<6.0,>=5.0
|
|
|
|
[dev]
|
|
pytest<9.0,>=8.0
|
|
pytest-asyncio<2.0,>=1.0
|
|
pytest-cov<7.0,>=6.0
|
|
httpx<1.0,>=0.27
|
|
|
|
[docs]
|
|
mkdocs<2,>=1.5
|
|
mkdocstrings[python]<1,>=0.24
|
|
mkdocs-material<10,>=9.0
|