setup with venv

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-07-28 15:20:05 -07:00
parent 337536ae89
commit 7da8799474
318 changed files with 2142 additions and 1340 deletions

View File

@ -1,4 +1,4 @@
from typing import Any, Dict, Optional, Union
from typing import Any, Dict, List, Optional, Union
import httpx