adds dependency: dotenv

This commit is contained in:
2026-05-13 09:53:57 +02:00
parent 7e808509cc
commit a6d4c72f9c
2 changed files with 2 additions and 2 deletions

View File

@@ -3,3 +3,4 @@ asyncio
h5py h5py
pillow pillow
elabapi_python elabapi_python
dotenv

View File

@@ -1,8 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import os, json, requests, h5py import os, json, requests, h5py
import numpy as np import numpy as np
import dotenv
# import dotenv
from getpass import getpass from getpass import getpass
from APIHandler import APIHandler from APIHandler import APIHandler
from classes import * from classes import *