initial; db created, initial domains inserted, db dumped

This commit is contained in:
Camille Frantz 2025-01-27 12:15:00 -06:00
commit 9afedd4a02
Signed by: fyrfli
SSH Key Fingerprint: SHA256:anc9kpwB26LKDnZerjcRFNSnp4JSd+rX62ouDLrh46o
2 changed files with 17 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
domains.txt

16
requirements.txt Normal file
View File

@ -0,0 +1,16 @@
blessed==1.20.0
bpython==0.25
certifi==2024.12.14
charset-normalizer==3.4.1
curtsies==0.4.2
cwcwidth==0.1.9
greenlet==3.1.1
idna==3.10
Pygments==2.19.1
pyxdg==0.28
requests==2.32.3
six==1.17.0
SQLAlchemy==2.0.37
typing_extensions==4.12.2
urllib3==2.3.0
wcwidth==0.2.13