This repository was archived by the owner on Aug 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -15,28 +15,29 @@ classifiers = ['Development Status :: 5 - Production/Stable',
15
15
' Operating System :: OS Independent' ,
16
16
' Programming Language :: Python' ,
17
17
' Programming Language :: Python :: 3' ,
18
- ' Programming Language :: Python :: 3.6' ,
19
18
' Programming Language :: Python :: 3.7' ,
20
19
' Programming Language :: Python :: 3.8' ,
21
20
' Programming Language :: Python :: 3.9' ,
22
- ' Topic :: Internet :: WWW/HTTP' ,
21
+ ' Programming Language :: Python :: 3.10' ,
22
+ ' Topic :: Internet :: WWW/HTTP' ,
23
23
' Topic :: Software Development :: Libraries :: Python Modules' ,
24
24
' Topic :: Utilities' ]
25
25
packages = [
26
26
{ include = " backoff" },
27
27
]
28
28
29
29
[tool .poetry .dependencies ]
30
- python = " ^3.6 "
30
+ python = " ^3.7 "
31
31
32
32
[tool .poetry .dev-dependencies ]
33
- flake8 = " ^3.9.0 "
34
- pytest = " ^6.2.2 "
35
- pytest-cov = " ^2.11.1 "
36
- pytest-asyncio = " ^0.14.0 "
37
- mypy = " ^0.812 "
33
+ flake8 = " ^4.0.1 "
34
+ mypy = " ^0.942 "
35
+ pytest = " ^7.1.2 "
36
+ pytest-asyncio = " ^0.18.3 "
37
+ pytest-cov = " ^3.0.0 "
38
38
requests = " ^2.26.0"
39
- responses = " ^0.13.4"
39
+ responses = " ^0.20.0"
40
+ types-requests = " ^2.27.20"
40
41
41
42
[build-system ]
42
43
requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments