summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorJordan Cook <JWCook@users.noreply.github.com>2021-05-09 22:03:55 -0500
committerGitHub <noreply@github.com>2021-05-09 22:03:55 -0500
commit176663728dfd2b1f2c760b0b4463f7fd5e6833c9 (patch)
tree8c5dcc4aa013e101406310b78cc44fdb547b33c4 /.readthedocs.yml
parent826b6171001890a589b0a5d020ccd4a9edd36afe (diff)
parentc50ec2aa7980318a354d6bfe84583910cbe1b19f (diff)
downloadrequests-cache-176663728dfd2b1f2c760b0b4463f7fd5e6833c9.tar.gz
Merge pull request #267 from JWCook/poetry
Convert packaging config to poetry
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index dadc603..e71924b 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -12,8 +12,7 @@ python:
version: 3.8
system_packages: True
install:
- - method: pip
+ - method: poetry
path: .
extra_requirements:
- - docs
- backends