@@ -24,6 +24,7 @@ classifiers = [
24
24
" Programming Language :: Python :: 3.8" ,
25
25
" Programming Language :: Python :: 3.9" ,
26
26
" Programming Language :: Python :: 3.10" ,
27
+ " Programming Language :: Python :: 3.11" ,
27
28
" Programming Language :: Python :: 3 :: Only" ,
28
29
" Programming Language :: Python :: Implementation :: CPython" ,
29
30
" Programming Language :: Python :: Implementation :: PyPy" ,
@@ -36,6 +37,9 @@ packages = [
36
37
]
37
38
include = [
38
39
{ path = " tests" , format = " sdist" },
40
+ { path = " ACKNOWLEDGEMENTS.md" },
41
+ { path = " CHANGELOG.md" },
42
+ { path = " LICENSE" },
39
43
]
40
44
41
45
[tool .poetry .dependencies ]
@@ -62,8 +66,10 @@ example-isort-sorting-plugin = ">=0.1.0"
62
66
example-shared-isort-profile = " >=0.1.0"
63
67
flake8 = " ^3.8.4"
64
68
flake8-bugbear = " ^19.8"
69
+ httpx = " ^0.13.3"
65
70
hypothesmith = " ^0.1.3"
66
71
# hypothesis-auto = { version = "^1.0.0" }
72
+ hypothesis = " ^6.10.1"
67
73
ipython = " ^7.16"
68
74
mypy = " ^0.902"
69
75
pytest = " ^6.0"
@@ -82,8 +88,6 @@ py = "^1.11.0"
82
88
safety = " ^2.2.0"
83
89
smmap2 = " ^3.0.1"
84
90
gitdb2 = " ^4.0.2"
85
- httpx = " ^0.13.3"
86
- hypothesis = " ^6.10.1"
87
91
libcst = " ^0.3.18"
88
92
mypy-extensions = " ^0.4.3"
89
93
toml = " ^0.10.2"
0 commit comments