Skip to content

Commit

Permalink
docs: fix RTD config requirements (#2140)
Browse files Browse the repository at this point in the history
* docs: fix RTD config requirements

* add setuptools

* add setuptools

* add deps

* add deps
  • Loading branch information
dpgaspar committed Oct 15, 2023
1 parent a2c3a0e commit 5f30fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rtd_requirements.txt
Expand Up @@ -34,7 +34,7 @@ flask-sqlalchemy==2.5.1
# via Flask-AppBuilder (setup.py)
flask-wtf==0.14.3
# via Flask-AppBuilder (setup.py)
greenlet==1.1.2
greenlet==3.0.0
# via sqlalchemy
idna==3.3
# via email-validator
Expand Down Expand Up @@ -75,7 +75,7 @@ pytz==2021.1
# via
# babel
# flask-babel
pyyaml==5.4.1
pyyaml==6.0.1
# via apispec
six==1.16.0
# via
Expand All @@ -99,6 +99,6 @@ wtforms==2.3.3
# via
# Flask-AppBuilder (setup.py)
# flask-wtf

flask-limiter==3.2.0
# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 5f30fd7

Please sign in to comment.