Skip to content

Commit 7e955d4

Browse files
committed
Update version 0.3.2
1 parent 04edc77 commit 7e955d4

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "monitapi"
3-
version = "0.3.0"
3+
version = "0.3.2"
44
description = "monitapi is something to monitor API(URL) by a serverless."
55
authors = ["fealone"]
66
license = "GPL-3.0-or-later"

requirements.txt

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = monitapi
3-
version = 0.3.1
3+
version = 0.3.2
44
author = fealone
55
author_email = [email protected]
66
description = monitapi is something to monitor API(URL) by a serverless.

website/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
organizationName: 'fealone', // Usually your GitHub org/user name.
99
projectName: 'monitapi', // Usually your repo name.
1010
themeConfig: {
11+
image: 'img/ogimg.png',
1112
navbar: {
1213
title: 'monitapi',
1314
logo: {

website/static/img/ogimg.png

124 KB
Loading

0 commit comments

Comments
 (0)