This repository has been archived on 2025-02-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SyncAPI/requirements.txt

6 lines
100 B
Plaintext
Raw Normal View History

2023-01-16 13:23:18 +01:00
fastapi[all]
ujson~=5.7.0
2023-01-18 14:25:22 +01:00
pymongo~=4.3.3
2023-01-16 13:23:18 +01:00
pydantic~=1.10.4
2023-01-16 15:23:06 +01:00
xmltodict~=0.13.0
2023-01-16 13:23:18 +01:00
apscheduler~=3.9.1.post1