Skip to content

Commit

Permalink
fix: env
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 18, 2024
1 parent b206564 commit 0544bb6
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ celerybeat.pid
# Environments
.env.local.secrets
.venv
env/
# env/
venv/
ENV/
env.bak/
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ name = "pypi"
# 5. Run `pipenv install --dev` in your terminal.

[packages]
codeforlife = "==0.24.3"
codeforlife = "==0.24.4"
# 🚫 Don't add [packages] below that are inherited from the CFL package.

[dev-packages]
codeforlife = {version = "==0.24.3", extras = ["dev"]}
codeforlife = {version = "==0.24.4", extras = ["dev"]}
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.

Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0544bb6

Please sign in to comment.