This repository was archived by the owner on Sep 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 3
3
import re
4
4
5
5
setup_requires = [
6
- 'setuptools>=41 .2.0' ,
6
+ 'setuptools>=45 .2.0' ,
7
7
]
8
8
install_requires = [
9
- 'multidict> =4.5 ' ,
9
+ 'multidict~ =4.7.4 ' ,
10
10
'appdirs~=1.4.3' ,
11
- 'aiohttp~=3.6.1 ' ,
11
+ 'aiohttp~=3.6.2 ' ,
12
12
'async_timeout~=3.0' , # to avoid pip10 resolver issue
13
- 'attrs> =19.1 ' , # to avoid pip10 resolver issue
14
- 'python-dateutil> =2.5 ' ,
15
- 'tabulate> =0.7.7 ' ,
16
- 'tqdm~=4.21 ' ,
13
+ 'attrs~ =19.3 ' , # to avoid pip10 resolver issue
14
+ 'python-dateutil~ =2.8.1 ' ,
15
+ 'tabulate~ =0.8.2 ' ,
16
+ 'tqdm~=4.42 ' ,
17
17
'humanize>=0.5.1' ,
18
- 'yarl> =1.1.1 ' ,
18
+ 'yarl~ =1.4.2 ' ,
19
19
'Click>=7.0' ,
20
20
]
21
21
build_requires = [
22
22
'wheel>=0.33.6' ,
23
23
'twine>=1.14.0' ,
24
24
]
25
25
test_requires = [
26
- 'pytest~=5.0.1 ' ,
26
+ 'pytest~=5.3 ' ,
27
27
'pytest-cov' ,
28
28
'pytest-mock' ,
29
- 'pytest-asyncio> =0.10.0' ,
30
- 'aioresponses>=0.4.2 ' ,
31
- 'asynctest> =0.13' ,
29
+ 'pytest-asyncio~ =0.10.0' ,
30
+ 'aioresponses==0.6.1 ' ,
31
+ 'asynctest~ =0.13.0 ' ,
32
32
'codecov' ,
33
- 'flake8>=3.7.8 ' ,
33
+ 'flake8>=3.7.9 ' ,
34
34
]
35
35
ci_requires = [
36
36
] + build_requires + test_requires
37
37
dev_requires = [
38
38
'pytest-sugar>=0.9.1' ,
39
39
] + build_requires + test_requires
40
40
docs_requires = [
41
- 'sphinx~=2.2 ' ,
41
+ 'sphinx~=2.4 ' ,
42
42
'sphinx-intl>=2.0' ,
43
43
'sphinx_rtd_theme>=0.4.3' ,
44
44
'sphinxcontrib-trio~=1.1.0' ,
45
45
'sphinx-autodoc-typehints~=1.8.0' ,
46
- 'pygments~=2.4 ' ,
46
+ 'pygments~=2.5 ' ,
47
47
]
48
48
49
49
You can’t perform that action at this time.
0 commit comments