Skip to content

Commit

Permalink
add new pipfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ottobackwards committed Oct 25, 2023
1 parent 7ef18f8 commit 573072f
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
invoke = "*"
bumpversion = "*"
gitpython = "*"

[dev-packages]

[requires]
python_version = "3.10"
71 changes: 71 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 573072f

Please sign in to comment.