mirror of
https://github.com/StefBuwalda/dashboard_test.git
synced 2025-10-30 03:09:59 +00:00
Added requirements.txt, removed an unused package
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
from mem import services, service
|
||||
import httpx
|
||||
import urllib3
|
||||
import asyncio
|
||||
import time
|
||||
|
||||
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
||||
|
||||
|
||||
async def check_service(client: httpx.AsyncClient, s: service):
|
||||
try:
|
||||
|
||||
16
requirements.txt
Normal file
16
requirements.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
anyio==4.10.0
|
||||
blinker==1.9.0
|
||||
certifi==2025.8.3
|
||||
click==8.2.1
|
||||
colorama==0.4.6
|
||||
Flask==3.1.2
|
||||
h11==0.16.0
|
||||
httpcore==1.0.9
|
||||
httpx==0.28.1
|
||||
idna==3.10
|
||||
itsdangerous==2.2.0
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.2
|
||||
sniffio==1.3.1
|
||||
typing_extensions==4.15.0
|
||||
Werkzeug==3.1.3
|
||||
Reference in New Issue
Block a user