starting clean

This commit is contained in:
Camille Frantz 2025-10-10 15:06:24 -05:00
commit 4c3221af44
Signed by: fyrfli
SSH key fingerprint: SHA256:oxaZT6PRsoNy2x01TIrx3YE6H6p6gdmG2/Ir05d/bjc
3 changed files with 593 additions and 0 deletions

17
Pipfile Normal file
View 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"