Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyakun committed Apr 28, 2024
2 parents 8a819a5 + 0300319 commit ea5eaf5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Fast, asynchronous misskey API framework.
```
$ pip install git+https://github.com/misspy-dev/misspy-rewrite.git
```
```
$ pip install misspy==2.0a3
```

### Tested Software
- Misskey v13 onward (Unavailable endpoints are designed to send an error, so they are available in v10 or later Misskey versions and forks.)
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ source = "git-tag"
python = "^3.8"
aiohttp = "^3.9.1"
requests = "^2.31.0"
orjson = "^3.9.10"
orjson = [
{ version = "3.9.15", optional = true, platform = 'windows'},
{ version = "^3.9.15", optional = true, platform = 'linux'},
{ version = "^3.9.15", optional = true, platform = 'darwin'}
]
charset-normalizer = "^3.3.2"
aiodns = "^3.1.1"
websockets = "^12.0"
Expand Down

0 comments on commit ea5eaf5

Please sign in to comment.