This lab was different from Unit 1 because we were creating our own codes based on previous ones to create the new lists.

I got stuck on this lab when creating the 100k list becuase I had to install the setuptools.
This commit is contained in:
dpanarello2
2025-10-15 20:49:05 -04:00
parent fba83c6dda
commit c64d01fb6a
4 changed files with 101232 additions and 164 deletions

View File

@@ -8,6 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
wordflow = "^0.2.4"
setuptools = "^80.9.0"
[build-system]