File tree Expand file tree Collapse file tree 5 files changed +30
-30
lines changed Expand file tree Collapse file tree 5 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " monitapi"
3
- version = " 0.3.0 "
3
+ version = " 0.3.2 "
4
4
description = " monitapi is something to monitor API(URL) by a serverless."
5
5
authors = [" fealone" ]
6
6
license = " GPL-3.0-or-later"
Original file line number Diff line number Diff line change 1
- agraffe == 0.2.0
2
- aiodns == 2.0.0
3
- aiohttp == 3.6.3
4
- async-timeout == 3.0.1
5
- attrs == 20.2.0
6
- brotlipy == 0.7.0
7
- cchardet == 2.1.6
8
- certifi == 2020.6.20
9
- cffi == 1.14.3
10
- chardet == 3.0.4
11
- click == 7.1.2
12
- fastapi == 0.61.1
13
- gitdb == 4.0.5
14
- gitpython == 3.1.9
15
- h11 == 0.11.0
16
- idna == 2.10
17
- multidict == 4.7.6
18
- pycares == 3.1.1
19
- pycparser == 2.20
20
- pydantic == 1.6.1
21
- pyyaml == 5.3.1
22
- requests == 2.24.0
23
- smmap == 3.0.4
24
- starlette == 0.13.6
25
- typing-extensions == 3.7.4.3
26
- urllib3 == 1.25.10
27
- uvicorn == 0.12.1
28
- yarl == 1.5.1
1
+ agraffe >= 0.2.0
2
+ aiodns >= 2.0.0
3
+ aiohttp >= 3.6.3
4
+ async-timeout >= 3.0.1
5
+ attrs >= 20.2.0
6
+ brotlipy >= 0.7.0
7
+ cchardet >= 2.1.6
8
+ certifi >= 2020.6.20
9
+ cffi >= 1.14.3
10
+ chardet >= 3.0.4
11
+ click >= 7.1.2
12
+ fastapi >= 0.61.1
13
+ gitdb >= 4.0.5
14
+ gitpython >= 3.1.9
15
+ h11 >= 0.11.0
16
+ idna >= 2.10
17
+ multidict >= 4.7.6
18
+ pycares >= 3.1.1
19
+ pycparser >= 2.20
20
+ pydantic >= 1.6.1
21
+ pyyaml >= 5.3.1
22
+ requests >= 2.24.0
23
+ smmap >= 3.0.4
24
+ typing-extensions >= 3.7.4.3
25
+ urllib3 >= 1.25.10
26
+ uvicorn >= 0.12.1
27
+ yarl >= 1.5.1
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = monitapi
3
- version = 0.3.1
3
+ version = 0.3.2
4
4
author = fealone
5
5
6
6
description = monitapi is something to monitor API(URL) by a serverless.
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ module.exports = {
8
8
organizationName : 'fealone' , // Usually your GitHub org/user name.
9
9
projectName : 'monitapi' , // Usually your repo name.
10
10
themeConfig : {
11
+ image : 'img/ogimg.png' ,
11
12
navbar : {
12
13
title : 'monitapi' ,
13
14
logo : {
You can’t perform that action at this time.
0 commit comments