env variables!
This commit is contained in:
parent
44bab0fb48
commit
89d8e78eec
3
main.py
3
main.py
@ -1,4 +1,7 @@
|
|||||||
import src
|
import src
|
||||||
|
from dotenv import load_dotenv
|
||||||
|
|
||||||
|
load_dotenv("./.env")
|
||||||
|
|
||||||
|
|
||||||
def main() -> None:
|
def main() -> None:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
bcrypt
|
bcrypt
|
||||||
cryptography
|
cryptography
|
||||||
mariadb
|
mariadb
|
||||||
|
python-dotenv
|
Reference in New Issue
Block a user