Skip to content

Commit

Permalink
Make sure extra requirements get installed during readthedocs build (#…
Browse files Browse the repository at this point in the history
…371)

* add readthedocs.yaml

* Remove marshmallow from beta extra requirements, since its no longer used there
  • Loading branch information
mjrosengrant authored Sep 14, 2023
1 parent d7adb85 commit 6ce2986
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- beta
- schema
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
],
'beta': [
'redis>=4.1.3',
'marshmallow>=3.18.0'
]
},
classifiers=[
Expand Down

0 comments on commit 6ce2986

Please sign in to comment.