Add initial implementation of QWeather API client with city lookup and current weather retrieval

This commit is contained in:
2024-12-25 22:00:20 +08:00
parent 2574844167
commit 52791aa254
2 changed files with 125 additions and 0 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
httpx
pydantic