init
This commit is contained in:
commit
883f31932e
169 changed files with 5676 additions and 0 deletions
16
Pipfile
Normal file
16
Pipfile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
ansible = "*"
|
||||
"byteb4rb1e.utils" = {file = "../../byteb4rb1e/sphinx-courseware/sphinxcontrib.h5p.utils.pkg/vendor/py-utils.git"}
|
||||
"byteb4rb1e.devutils" = {file = "../../byteb4rb1e/devutils"}
|
||||
|
||||
[dev-packages]
|
||||
"byteb4rb1e.utils" = {file = "../../byteb4rb1e/sphinx-courseware/sphinxcontrib.h5p.utils.pkg/vendor/py-utils.git", editable = true}
|
||||
"byteb4rb1e.devutils" = {file = "../../byteb4rb1e/devutils", editable = true}
|
||||
|
||||
[requires]
|
||||
python_version = "3.13"
|
||||
Loading…
Add table
Add a link
Reference in a new issue