Skip to content

Commit

Permalink
Add python environment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Oct 24, 2024
1 parent f921490 commit e9d654e
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pyyaml = "*"
jinja2 = "*"

[dev-packages]

[requires]
python_version = "3.13"
157 changes: 157 additions & 0 deletions Pipfile.lock

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

0 comments on commit e9d654e

Please sign in to comment.