summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-05-09 12:45:20 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-05-09 21:23:40 -0500
commitc50ec2aa7980318a354d6bfe84583910cbe1b19f (patch)
tree8c5dcc4aa013e101406310b78cc44fdb547b33c4 /.readthedocs.yml
parent826b6171001890a589b0a5d020ccd4a9edd36afe (diff)
downloadrequests-cache-c50ec2aa7980318a354d6bfe84583910cbe1b19f.tar.gz
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