Skip to content

Commit

Permalink
Update version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fealone committed Nov 5, 2020
1 parent 04edc77 commit 7e955d4
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "monitapi"
version = "0.3.0"
version = "0.3.2"
description = "monitapi is something to monitor API(URL) by a serverless."
authors = ["fealone"]
license = "GPL-3.0-or-later"
Expand Down
55 changes: 27 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
agraffe==0.2.0
aiodns==2.0.0
aiohttp==3.6.3
async-timeout==3.0.1
attrs==20.2.0
brotlipy==0.7.0
cchardet==2.1.6
certifi==2020.6.20
cffi==1.14.3
chardet==3.0.4
click==7.1.2
fastapi==0.61.1
gitdb==4.0.5
gitpython==3.1.9
h11==0.11.0
idna==2.10
multidict==4.7.6
pycares==3.1.1
pycparser==2.20
pydantic==1.6.1
pyyaml==5.3.1
requests==2.24.0
smmap==3.0.4
starlette==0.13.6
typing-extensions==3.7.4.3
urllib3==1.25.10
uvicorn==0.12.1
yarl==1.5.1
agraffe>=0.2.0
aiodns>=2.0.0
aiohttp>=3.6.3
async-timeout>=3.0.1
attrs>=20.2.0
brotlipy>=0.7.0
cchardet>=2.1.6
certifi>=2020.6.20
cffi>=1.14.3
chardet>=3.0.4
click>=7.1.2
fastapi>=0.61.1
gitdb>=4.0.5
gitpython>=3.1.9
h11>=0.11.0
idna>=2.10
multidict>=4.7.6
pycares>=3.1.1
pycparser>=2.20
pydantic>=1.6.1
pyyaml>=5.3.1
requests>=2.24.0
smmap>=3.0.4
typing-extensions>=3.7.4.3
urllib3>=1.25.10
uvicorn>=0.12.1
yarl>=1.5.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = monitapi
version = 0.3.1
version = 0.3.2
author = fealone
author_email = [email protected]
description = monitapi is something to monitor API(URL) by a serverless.
Expand Down
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
organizationName: 'fealone', // Usually your GitHub org/user name.
projectName: 'monitapi', // Usually your repo name.
themeConfig: {
image: 'img/ogimg.png',
navbar: {
title: 'monitapi',
logo: {
Expand Down
Binary file added website/static/img/ogimg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e955d4

Please sign in to comment.