1
0

Initialize pipenv with package levenshtein

This commit is contained in:
2024-01-15 13:11:54 +01:00
parent 4eceac132f
commit 83c4825651
3 changed files with 247 additions and 0 deletions

13
Pipfile Normal file
View File

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
levenshtein = "*"
[dev-packages]
[requires]
python_version = "3.12"
python_full_version = "3.12.1"