Begin adding Postgresql support instead of filesystem flat files
This commit is contained in:
parent
b43343e0ee
commit
24ee04c0ff
6 changed files with 80 additions and 13 deletions
|
|
@ -7,15 +7,19 @@ charset-normalizer==3.3.2
|
|||
click==8.1.7
|
||||
cssselect==1.2.0
|
||||
flask==3.0.0
|
||||
greenlet==3.0.3
|
||||
idna==3.6
|
||||
importlib-metadata==6.8.0
|
||||
itsdangerous==2.1.2
|
||||
Jinja2==3.1.2
|
||||
lxml==4.9.3
|
||||
MarkupSafe==2.1.3
|
||||
psycopg2-binary==2.9.9
|
||||
readability-lxml==0.8.1
|
||||
requests==2.31.0
|
||||
soupsieve==2.5
|
||||
SQLAlchemy==2.0.27
|
||||
typing-extensions==4.10.0
|
||||
urllib3==2.1.0
|
||||
werkzeug==3.0.1
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue