init with manual upload from other instance
This commit is contained in:
commit
556577bcd5
6 changed files with 369 additions and 0 deletions
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[project]
|
||||
name = "misskey-update-emoji-files"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"bpython>=0.25",
|
||||
"pyperclip>=1.9.0",
|
||||
"python-dotenv>=1.1.0",
|
||||
"requests>=2.32.3",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue