We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8efa17 commit 0b6a0aaCopy full SHA for 0b6a0aa
.readthedocs.yaml
@@ -16,6 +16,6 @@ sphinx:
16
configuration: docs/conf.py
17
# We recommend specifying your dependencies to enable reproducible builds:
18
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
19
-# python:
20
-# install:
21
-# - requirements: docs/requirements.txt1
+python:
+ install:
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,3 @@
1
+pycryptodome==3.18.0
2
+Requests==2.31.0
3
+setuptools==45.2.0
0 commit comments