Compare commits
2 Commits
b24f25b939
...
7f1ec6a16b
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f1ec6a16b | |||
| 9a5b24f1d6 |
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1 +1,9 @@
|
|||||||
|
# Exclude virtual environment directory
|
||||||
|
venv/
|
||||||
|
|
||||||
|
# Exclude other common files
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Exclude sensitive files
|
||||||
.env
|
.env
|
||||||
|
|||||||
35
requirements.txt
Normal file
35
requirements.txt
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
anyio==4.9.0
|
||||||
|
babel==2.17.0
|
||||||
|
beancount==3.1.0
|
||||||
|
beangulp==0.2.0
|
||||||
|
beanquery==0.2.0
|
||||||
|
beautifulsoup4==4.13.4
|
||||||
|
blinker==1.9.0
|
||||||
|
chardet==5.2.0
|
||||||
|
cheroot==10.0.1
|
||||||
|
click==8.2.1
|
||||||
|
fava==1.30.5
|
||||||
|
Flask==3.1.1
|
||||||
|
flask-babel==4.0.0
|
||||||
|
idna==3.10
|
||||||
|
itsdangerous==2.2.0
|
||||||
|
jaraco.functools==4.2.1
|
||||||
|
Jinja2==3.1.6
|
||||||
|
lxml==6.0.0
|
||||||
|
markdown2==2.5.4
|
||||||
|
MarkupSafe==3.0.2
|
||||||
|
more-itertools==10.7.0
|
||||||
|
ply==3.11
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
|
python-dotenv==1.1.1
|
||||||
|
python-magic==0.4.27
|
||||||
|
pytz==2025.2
|
||||||
|
regex==2025.7.34
|
||||||
|
simplejson==3.20.1
|
||||||
|
six==1.17.0
|
||||||
|
sniffio==1.3.1
|
||||||
|
soupsieve==2.7
|
||||||
|
TatSu-LTS==5.13.1
|
||||||
|
typing_extensions==4.14.1
|
||||||
|
watchfiles==1.1.0
|
||||||
|
Werkzeug==3.1.3
|
||||||
Reference in New Issue
Block a user