first commit
This commit is contained in:
commit
4767d7b95d
7 changed files with 268 additions and 0 deletions
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[project]
|
||||
name = "webscraping"
|
||||
version = "0.1.0"
|
||||
description = "Web Scraping App with Forensic Features"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"pyside6>=6.9.2",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue