Include sqlalchemy to requirements/docs.txt

Building sqlalchemy transport documentation fails due missing sqlalchemy
package.
This commit is contained in:
Matus Valo 2020-11-03 23:26:09 +01:00
parent 7b989d64b7
commit b9f6629828
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
git+https://github.com/celery/sphinx_celery.git
-r extras/mongodb.txt
-r extras/sqlalchemy.txt
# we cannot use directly extras/sqs.txt
# since readthedocs cannot install pycurl
boto3>=1.4.4