Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 068ddd6

Browse files
committed
Try to fix readthedocs
1 parent c667335 commit 068ddd6

File tree

3 files changed

+64
-64
lines changed

3 files changed

+64
-64
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
requirements_file: docs/requirements.txt
21
conda:
32
file: docs/environment.yml

docs/environment.yml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,67 @@
11
name: slack-sansio-doc
22
dependencies:
33
- python=3.7
4+
- pip:
5+
- aiohttp==3.4.4
6+
- alabaster==0.7.12
7+
- appdirs==1.4.3
8+
- asks==2.2.0
9+
- async-generator==1.10
10+
- async-timeout==3.0.1
11+
- asynctest==0.12.2
12+
- atomicwrites==1.2.1
13+
- attrs==18.2.0
14+
- Babel==2.6.0
15+
- black==18.9b0
16+
- certifi==2018.10.15
17+
- chardet==3.0.4
18+
- Click==7.0
19+
- coverage==4.5.2
20+
- curio==0.9
21+
- docutils==0.14
22+
- filelock==3.0.10
23+
- flake8==3.6.0
24+
- h11==0.8.1
25+
- idna==2.7
26+
- imagesize==1.1.0
27+
- isort==4.3.4
28+
- Jinja2==2.10
29+
- MarkupSafe==1.1.0
30+
- mccabe==0.6.1
31+
- mock==2.0.0
32+
- more-itertools==4.3.0
33+
- multidict==4.5.0
34+
- multio==0.2.4
35+
- mypy==0.641
36+
- mypy-extensions==0.4.1
37+
- outcome==1.0.0
38+
- packaging==18.0
39+
- pbr==5.1.1
40+
- pluggy==0.8.0
41+
- py==1.7.0
42+
- pycodestyle==2.4.0
43+
- pyflakes==2.0.0
44+
- Pygments==2.2.0
45+
- pyparsing==2.3.0
46+
- pytest==4.0.0
47+
- pytest-asyncio==0.9.0
48+
- pytest-cov==2.6.0
49+
- pytest-cover==3.0.0
50+
- pytest-coverage==0.0
51+
- pytz==2018.7
52+
- requests==2.20.1
53+
- six==1.11.0
54+
- sniffio==1.0.0
55+
- snowballstemmer==1.2.1
56+
- sortedcontainers==2.0.5
57+
- Sphinx==1.8.2
58+
- sphinxcontrib-asyncio==0.2.0
59+
- sphinxcontrib-websupport==1.1.0
60+
- toml==0.10.0
61+
- tox==3.5.3
62+
- trio==0.9.0
63+
- typed-ast==1.1.0
64+
- urllib3==1.24.1
65+
- virtualenv==16.1.0
66+
- websocket-client==0.54.0
67+
- yarl==1.2.6

docs/requirements.txt

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)