Added python-dotenv

This commit is contained in:
Keannu Christian Bernasol 2023-03-21 21:07:59 +08:00
parent 21cb6eb850
commit fcbb57bd98
3 changed files with 19 additions and 4 deletions

View file

@ -7,6 +7,7 @@ name = "pypi"
django = "*"
djangorestframework = "*"
djoser = "*"
python-dotenv = "*"
[dev-packages]
autopep8 = "*"