File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ branches:
26
26
27
27
install :
28
28
- " %PYTHON% -m pip install --upgrade pip wheel setuptools"
29
- - " %PYTHON% -m pip install -r .ci/requirements-win.txt"
29
+ - " %PYTHON% -m pip install --upgrade - r .ci/requirements-win.txt"
30
30
31
31
build_script :
32
32
- " %PYTHON% setup.py build_ext --inplace"
Original file line number Diff line number Diff line change 1
- cython>=0.24
1
+ cython>=0.27.2
2
2
tinys3
Original file line number Diff line number Diff line change 1
- cython >= 0.24
1
+ cython >= 0.27.2
2
2
flake8 >= 3.4.1
3
- uvloop >= 0.5 .0
3
+ uvloop >= 0.8 .0
4
4
tinys3
5
5
twine
Original file line number Diff line number Diff line change 10
10
11
11
pip install --upgrade pip wheel
12
12
pip install --upgrade setuptools
13
- pip install -r .ci/requirements.txt
13
+ pip install --upgrade - r .ci/requirements.txt
You can’t perform that action at this time.
0 commit comments