Skip to content

Commit d8b405d

Browse files
committed
Add python-dotenv to default blueprint
1 parent 568eb12 commit d8b405d

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

blueprint/.env.example

Whitespace-only changes.

blueprint/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ var/
3737
wheels/
3838

3939
# Credentials
40-
master.key
40+
.env
41+
!.env.example

blueprint/pyproject.tt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies = [
2020
"peewee-migrate",
2121
"peewee",
2222
"proper-cli",
23+
"python-dotenv",
2324
"uvicorn[standard]",
2425
"proper",
2526
# "psycopg[binary,pool]",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = ["setuptools"]
66

77
[project]
88
name = "proper"
9-
version = "0.15.0"
9+
version = "0.15.1"
1010
description = "A python web framework for people who read their code"
1111
authors = [
1212
{name = "Juan Pablo Scaletti", email = "juanpablo@jpscaletti.com"},
@@ -36,7 +36,7 @@ dependencies = [
3636
"passlib ~= 1.7",
3737
"peewee ~= 3.15",
3838
"peewee-migrate >=1.12.1,< 2",
39-
"proper-cli ~= 1.2",
39+
"proper-cli ~= 2.0.0",
4040
"python-dateutil ~= 2.9.0",
4141
"python-multipart >= 0.0.22",
4242
"traceback-with-variables ~= 2.0.4",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)