mirror of
https://github.com/wassname/greater_tables_project.git
synced 2026-06-27 17:48:45 +08:00
Massive work on text output and col widths
Solid beta for 2.0.0
This commit is contained in:
+7
-1
@@ -10,7 +10,13 @@ authors = [{name = "Stephen J Mildehall", email = "mynl@me.com" }]
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
requires-python = ">=3.10"
|
||||
dependencies = ["pandas", "bs4", "IPython"]
|
||||
dependencies = [
|
||||
"bs4",
|
||||
"cachetools",
|
||||
"faker",
|
||||
"IPython",
|
||||
"pandas",
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
|
||||
Reference in New Issue
Block a user