Skip to content

Commit

Permalink
run pipenv update
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Sep 3, 2022
1 parent 2a34efc commit f942358
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 289 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
lektor = {git = "https://github.com/lektor/lektor"}
lektor = "*"
lektor-atom = "*"
lektor-tags = "*"
lektor-slugify = "*"
Expand All @@ -20,4 +20,4 @@ lektor-blog-archive = {editable = true, path = "./plugins/blog-archive"}
[dev-packages]

[requires]
python_version = "3.9"
python_version = "3.10"
Loading

0 comments on commit f942358

Please sign in to comment.