X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d2f29f86f49e26aadfede6257ed8bdcfbaaef4ab..b69bce860ccb123b7a6de707496c0b1361bd7b80:/docs/environment.yml

diff --git a/docs/environment.yml b/docs/environment.yml
index 4e3aa00..4ab55ef 100644
--- a/docs/environment.yml
+++ b/docs/environment.yml
@@ -2,8 +2,9 @@ name: black_docs
 channels:
   - conda-forge
 dependencies:
-- python==3.6
-- Sphinx==1.7.2
-- pip:
-  - recommonmark==0.4.0
-  - git+https://git@github.com/ambv/black.git
\ No newline at end of file
+  - python>=3.6
+  - Sphinx==1.7.2
+  - pip:
+      - recommonmark==0.4.0
+      - git+https://git@github.com/psf/black.git
+      - setuptools_scm==3.3.3