src: Add initial python required packages
This commit is contained in:
parent
dc0250b60d
commit
e55f323ce8
1 changed files with 17 additions and 0 deletions
17
requirements.txt
Normal file
17
requirements.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
asgiref==3.7.2
|
||||
beautifulsoup4==4.12.2
|
||||
certifi==2023.11.17
|
||||
charset-normalizer==3.3.2
|
||||
Django==5.0
|
||||
django-distill==3.1.3
|
||||
django-htmx==1.17.2
|
||||
dnspython==2.4.2
|
||||
idna==3.6
|
||||
LinkChecker==10.4.0
|
||||
more-itertools==10.1.0
|
||||
PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
soupsieve==2.5
|
||||
sqlparse==0.4.4
|
||||
tap.py==3.1
|
||||
urllib3==2.1.0
|
||||
Loading…
Reference in a new issue