Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
fix: adjust requirement.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
yuudi committed Feb 5, 2021
1 parent 1cdab2f commit 07ed3cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
13 changes: 0 additions & 13 deletions src/client/requirements-py36.txt

This file was deleted.

3 changes: 1 addition & 2 deletions src/client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ arrow~=0.14
peewee~=3.13
expiringdict>=1.2.0
aiocqhttp~=0.6
quart~=0.7.0
Hypercorn~=0.5.0
quart~=0.6.15
jinja2~=2.10
4 changes: 2 additions & 2 deletions src/client/yobot.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@


class Yobot:
Version = "[v3.6.9]" # semver
Version_id = 239
Version = "[v3.6.10]" # semver
Version_id = 240
# "git rev-list --count HEAD"

def __init__(self, *,
Expand Down

0 comments on commit 07ed3cf

Please sign in to comment.