diff options
| author | 2025-05-07 21:54:30 +0800 | |
|---|---|---|
| committer | 2025-05-07 21:54:30 +0800 | |
| commit | 2987c8b1c27e524a115e15ba2352c8d511eb0302 (patch) | |
| tree | cdda4dc7acc2457d1d83f20f92a6069379cec9bc /requirements.txt | |
| parent | fbd28656afe2bdaedbb2f87271e04d6c025c4451 (diff) | |
| download | echo-2987c8b1c27e524a115e15ba2352c8d511eb0302.tar.gz echo-2987c8b1c27e524a115e15ba2352c8d511eb0302.zip | |
chore: update Python version and dependencies in requirements and pyproject files
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index dd28d14..e9c8654 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,8 @@ -mkdocs>=1.5.3 -mkdocs-alabaster
\ No newline at end of file +furo>=2024.8.6 +myst-parser>=4.0.1 +requests>=2.31.0 +sphinx>=8.1.3 +sphinx-autobuild>=2024.10.3 +sphinx-design>=0.6.1 +sphinx-intl>=2.3.1 +tomli>=2.2.1
\ No newline at end of file |
