mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
Compare commits
3 Commits
1a852f944a
...
dafada1260
Author | SHA1 | Date | |
---|---|---|---|
|
dafada1260 | ||
|
fcbccbfc34 | ||
|
d9ebff73d4 |
7
delete.py
Normal file
7
delete.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
import time
|
||||||
|
|
||||||
|
index = 0
|
||||||
|
while True:
|
||||||
|
index += 1
|
||||||
|
print(index, round(time.time() / 25))
|
||||||
|
time.sleep(1)
|
@ -1,4 +1,4 @@
|
|||||||
FROM selenoid/firefox:110.0 as builder
|
FROM selenoid/firefox:111.0 as builder
|
||||||
|
|
||||||
FROM aerokube/selenoid:latest-release
|
FROM aerokube/selenoid:1.10.10
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"firefox": {
|
"firefox": {
|
||||||
"default": "110.0",
|
"default": "111.0",
|
||||||
"versions": {
|
"versions": {
|
||||||
"110.0": {
|
"111.0": {
|
||||||
"image": "selenoid/firefox:110.0",
|
"image": "selenoid/firefox:111.0",
|
||||||
"port": "4444",
|
"port": "4444",
|
||||||
"path": "/wd/hub"
|
"path": "/wd/hub"
|
||||||
}
|
}
|
||||||
|
591
poetry.lock
generated
591
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -5,27 +5,27 @@ description = "Bot to help with mosgortans"
|
|||||||
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
|
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.11.1"
|
||||||
aiogram = "^2.21"
|
aiogram = "^2.22"
|
||||||
selenium = "^4.3.0"
|
selenium = "^4.8"
|
||||||
httpx = "^0.23.0"
|
httpx = "^0.23"
|
||||||
wget = "^3.2"
|
wget = "^3.2"
|
||||||
loguru = "^0.6.0"
|
loguru = "^0.6"
|
||||||
python-decouple = "^3.6"
|
python-decouple = "^3.6"
|
||||||
apscheduler = "^3.9.1"
|
apscheduler = "^3.9"
|
||||||
gunicorn = "^20.1.0"
|
gunicorn = "^20.1"
|
||||||
|
|
||||||
factory-boy = "^3.2.1"
|
factory-boy = "^3.2.1"
|
||||||
Faker = "^15.0.0"
|
Faker = "^15.0.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
ipython = "^8.2.0"
|
ipython = "^8.12.0"
|
||||||
pre-commit = "^2.21.0"
|
pre-commit = "^2.21.0"
|
||||||
safety = "^2.3.4"
|
safety = "^2.3"
|
||||||
yamllint = "^1.26.3"
|
yamllint = "^1.26.3"
|
||||||
tomlkit = "^0.7.2"
|
tomlkit = "^0.7.2"
|
||||||
bandit = "1.7.4"
|
bandit = "^1.7"
|
||||||
requests = "^2.28.0"
|
requests = "^2.28"
|
||||||
aresponses = "^2.1"
|
aresponses = "^2.1"
|
||||||
|
|
||||||
pyupgrade = "^2.24.0"
|
pyupgrade = "^2.24.0"
|
||||||
@ -36,8 +36,8 @@ mypy = "^0.991"
|
|||||||
types-PyMySQL = "^1.0.11"
|
types-PyMySQL = "^1.0.11"
|
||||||
types-python-dateutil = "^2.8.4"
|
types-python-dateutil = "^2.8.4"
|
||||||
|
|
||||||
pytest = "^7.2.0"
|
pytest = "^7.2"
|
||||||
pytest-asyncio = "^0.15.1"
|
pytest-asyncio = "^0.15"
|
||||||
pytest-deadfixtures = "^2.2.1"
|
pytest-deadfixtures = "^2.2.1"
|
||||||
pytest-testmon = "^1.1.2"
|
pytest-testmon = "^1.1.2"
|
||||||
pytest-mock = "^3.6.1"
|
pytest-mock = "^3.6.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user