Skip to content

Commit fa096a0

Browse files
committed
Update docs requirements.txt
1 parent deabfb8 commit fa096a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313

1414
# == Project information ===========================================================================
15-
from pyhelpers import (__affil__, __author__, __copyright__, __desc__, __pkgname__, __project__,
16-
__version__, __first_release__)
15+
from pyhelpers import __affil__, __author__, __copyright__, __desc__, __first_release__, \
16+
__pkgname__, __project__, __version__
1717

1818
# General information about the project:
1919
project = __project__

docs/source/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
branca==0.8.1
12
furo==2024.8.6
3+
jinja2==3.1.6
24
pandas==2.3.0
35
psycopg2==2.9.10
46
pyproj==3.7.1

0 commit comments

Comments
 (0)