update packages.
This commit is contained in:
parent
439cc55b2a
commit
b0f100c193
2 changed files with 9 additions and 9 deletions
16
Pipfile
16
Pipfile
|
|
@ -4,15 +4,15 @@ verify_ssl = true
|
||||||
name = "pypi"
|
name = "pypi"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
python-socketio = "~=5.0"
|
python-socketio = ">=5.11.1"
|
||||||
aiohttp = "*"
|
aiohttp = ">=3.9.3"
|
||||||
yt-dlp = "*"
|
yt-dlp = "*"
|
||||||
caribou = "*"
|
caribou = ">=0.3.0"
|
||||||
coloredlogs = "*"
|
coloredlogs = ">=15.0.1"
|
||||||
aiocron = "*"
|
aiocron = ">=1.8"
|
||||||
python-dotenv = "*"
|
python-dotenv = ">=1.0.1"
|
||||||
python-magic = "*"
|
python-magic = ">=0.4.27"
|
||||||
debugpy = "*"
|
debugpy = ">=1.8.1"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
|
|
|
||||||
2
Pipfile.lock
generated
2
Pipfile.lock
generated
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "969599ea205de43f64d64331fc3307bb0d9be1dc1830c57b51f93c607d2bbe1f"
|
"sha256": "6f7d266189a02316b0a7f6d1958351963de5dfa35b6e3860c1da5da875629843"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue