Skip to content

Commit d62b25d

Browse files
authored
Added load_dontenv, changed mongo_uri load logic (modmail-dev#59)
* Added load_dontenv, changed mongo_uri load logic * Updated pipfile.lock
1 parent 8b41ff4 commit d62b25d

File tree

4 files changed

+160
-110
lines changed

4 files changed

+160
-110
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ motor = "~=3.0"
1111
natural = "~=0.2.0"
1212
pymongo = {version = "*", extras = ['srv']} # Required by motor
1313
python-dateutil = "~=2.8.2"
14+
python-dotenv = "~=0.18.0"
1415
sanic = "~=22.6.0"
1516

1617
[scripts]

0 commit comments

Comments
 (0)