We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4405d commit a6c71bfCopy full SHA for a6c71bf
ci/deps/travis-36.yaml
@@ -9,7 +9,7 @@ dependencies:
9
- fastparquet
10
- flake8>=3.5
11
- flake8-comprehensions
12
- - flake8-rst
+ - flake8-rst=0.4.2
13
- gcsfs
14
- geopandas
15
- html5lib
environment.yml
@@ -13,7 +13,7 @@ dependencies:
- Cython>=0.28.2
- flake8
16
17
- hypothesis>=3.58.0
18
- isort
19
- moto
requirements-dev.txt
@@ -4,7 +4,7 @@ pytz
4
Cython>=0.28.2
5
flake8
6
flake8-comprehensions
7
-flake8-rst
+flake8-rst==0.4.2
8
hypothesis>=3.58.0
isort
moto
0 commit comments