This commit is contained in:
Rodney, Tiara 2025-05-03 19:26:12 +02:00
commit 29c7308410
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
17 changed files with 3755 additions and 0 deletions

20
Pipfile Normal file
View file

@ -0,0 +1,20 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
mypy = "~=1.15.0"
autopep8 = "~=2.3.2"
setuptools-scm = "~=8.2.0"
pylint = "~=3.3.6"
build = "*"
pipenv = "*"
byteb4rb1e-utils = { editable = true, path = '.'}
[requires]
python_version = "3.11"
[scripts]
"build" = "python3 -m build"