All checks were successful
CI / lint-and-test (push) Successful in 19s
- Added `pytest-cov` as a development dependency for coverage reporting. - Configured pytest to include coverage options, ensuring code coverage is reported and enforced. - Updated the README to include contributing guidelines and logging policies, enhancing clarity for developers. - Added a new section in the configuration documentation emphasizing the necessity of serving the application over HTTPS in production for security purposes. - Introduced a new `.coverage` file to track test coverage metrics.
20 lines
361 B
Plaintext
20 lines
361 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<1.0,>=0.24
|
|
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
|