adds dependency: dotenv
This commit is contained in:
@@ -3,3 +3,4 @@ asyncio
|
|||||||
h5py
|
h5py
|
||||||
pillow
|
pillow
|
||||||
elabapi_python
|
elabapi_python
|
||||||
|
dotenv
|
||||||
|
|||||||
@@ -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 *
|
||||||
|
|||||||
Reference in New Issue
Block a user