starting clean
This commit is contained in:
commit
4c3221af44
3 changed files with 593 additions and 0 deletions
17
Pipfile
Normal file
17
Pipfile
Normal file
|
@ -0,0 +1,17 @@
|
|||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
requests = "*"
|
||||
munch = "*"
|
||||
psycopg = {extras = ["binary"], version = "*"}
|
||||
websockets = "*"
|
||||
feedparser = "*"
|
||||
lxml = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.13"
|
Loading…
Add table
Add a link
Reference in a new issue