Browse Source

[deps] requests goes into main deps as we use it in *supervise*

Maxime Alves LIRMM@home 3 years ago
parent
commit
976f36c060
2 changed files with 7 additions and 6 deletions
  1. 6
    6
      poetry.lock
  2. 1
    0
      pyproject.toml

+ 6
- 6
poetry.lock View File

@@ -30,7 +30,7 @@ docs = ["sphinx", "zope.interface"]
30 30
 tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
31 31
 
32 32
 [[package]]
33
-category = "dev"
33
+category = "main"
34 34
 description = "Python package for providing Mozilla's CA Bundle."
35 35
 name = "certifi"
36 36
 optional = false
@@ -38,7 +38,7 @@ python-versions = "*"
38 38
 version = "2020.6.20"
39 39
 
40 40
 [[package]]
41
-category = "dev"
41
+category = "main"
42 42
 description = "Universal encoding detector for Python 2 and 3"
43 43
 name = "chardet"
44 44
 optional = false
@@ -83,7 +83,7 @@ version = "0.1.1"
83 83
 test = ["Cython (0.29.14)"]
84 84
 
85 85
 [[package]]
86
-category = "dev"
86
+category = "main"
87 87
 description = "Internationalized Domain Names in Applications (IDNA)"
88 88
 name = "idna"
89 89
 optional = false
@@ -207,7 +207,7 @@ pytest = ">=5.4.0"
207 207
 testing = ["async-generator (>=1.3)", "coverage", "hypothesis (>=5.7.1)"]
208 208
 
209 209
 [[package]]
210
-category = "dev"
210
+category = "main"
211 211
 description = "Python HTTP for Humans."
212 212
 name = "requests"
213 213
 optional = false
@@ -255,7 +255,7 @@ version = "1.0.3"
255 255
 pyserial = ">=3.4,<4.0"
256 256
 
257 257
 [[package]]
258
-category = "dev"
258
+category = "main"
259 259
 description = "HTTP library with thread-safe connection pooling, file post, and more."
260 260
 name = "urllib3"
261 261
 optional = false
@@ -324,7 +324,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
324 324
 testing = ["jaraco.itertools", "func-timeout"]
325 325
 
326 326
 [metadata]
327
-content-hash = "359775382989405c3f1d1031df02c253e9687472af49420424ed8ed1eb000186"
327
+content-hash = "1dc8f6b983f4c2222288027e0e02e1ae08887bf67f3638e9357bd83cecd58762"
328 328
 lock-version = "1.0"
329 329
 python-versions = "^3.7"
330 330
 

+ 1
- 0
pyproject.toml View File

@@ -11,6 +11,7 @@ starlette = "^0.13.6"
11 11
 uvicorn = "^0.11.6"
12 12
 umodbus = "^1.0.3"
13 13
 click = "^7.1.2"
14
+requests = "^2.24.0"
14 15
 
15 16
 [tool.poetry.dev-dependencies]
16 17
 pytest = "^5.4.3"

Loading…
Cancel
Save