We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2328b69 commit fee301fCopy full SHA for fee301f
requirements.txt
@@ -1,5 +1,6 @@
1
-aiohttp==3.9.3
2
-DataWeaver==1.0.7
+aiohttp==3.9.4
3
python-dotenv==1.0.1
4
-Requests==2.31.0
+Requests==2.32.0
5
urllib3==1.26.18
+aiofiles~=24.1.0
6
+PyYAML~=6.0.2
src/import_ind.py
@@ -1,7 +1,7 @@
import asyncio
import json
import os
-from data_weaver import weave_entries, weave_entry
+from lib.data_weaver3 import weave_entries, weave_entry
import aiohttp
import dotenv
7
import yaml
0 commit comments