Skip to content

Commit

Permalink
1. upgrade pandora-cloud
Browse files Browse the repository at this point in the history
2. update wiki

Signed-off-by: pengzhile <[email protected]>
  • Loading branch information
pengzhile committed Jun 8, 2023
1 parent 732d6e8 commit febb698
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/wiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
docker build -t pandora .
docker run -it --rm pandora
```

* Serverless部署见项目:[pandora-cloud-serverless](https://github.com/pengzhile/pandora-cloud-serverless)

* 输入用户名密码登录即可,登录密码理论上不显示出来,莫慌。
* 简单而粗暴,不失优雅。
Expand Down
2 changes: 2 additions & 0 deletions doc/wiki_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ Pandora, talking with ChatGPT in command lines, and with more surprises.
docker build -t pandora .
docker run -it --rm pandora
```

* Serverless deploy:[pandora-cloud-serverless](https://github.com/pengzhile/pandora-cloud-serverless)

* login with your credentials

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
install_requires=requirements,
extras_require={
'api': requirements_api,
'cloud': ['pandora-cloud~=0.4.4'],
'cloud': ['pandora-cloud~=0.4.6'],
},
entry_points={
'console_scripts': [
Expand Down
2 changes: 1 addition & 1 deletion src/pandora/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '1.1.15'
__version__ = '1.1.16'

0 comments on commit febb698

Please sign in to comment.