mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
Maybe this. (test 42135)
This commit is contained in:
parent
3877b12b96
commit
9b7acbcc9f
2 changed files with 6 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
channels:
|
channels:
|
||||||
- conda-forge
|
- conda-forge
|
||||||
dependencies:
|
dependencies:
|
||||||
- python=3.6.1
|
- python=3.6
|
||||||
- pip
|
- pip
|
||||||
- openssl
|
- openssl
|
||||||
- xz
|
- xz
|
||||||
|
|
@ -28,5 +28,4 @@ dependencies:
|
||||||
- six
|
- six
|
||||||
- snowballstemmer
|
- snowballstemmer
|
||||||
- sphinx
|
- sphinx
|
||||||
- pip:
|
- sphinx_rtd_theme
|
||||||
- sphinx_rtd_theme==0.2.4
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,5 @@
|
||||||
conda:
|
conda:
|
||||||
file: environment.yml
|
file: environment.yml
|
||||||
|
python:
|
||||||
|
version: 3
|
||||||
|
pip_install: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue