Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Commit 2545214

Browse files
authored
Merge pull request #5 from DaanVervacke/experimental/kuleuven-authenticator-support
small fixes for 3.0.0
2 parents 94acc54 + 4d4eda7 commit 2545214

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
packages=setuptools.find_packages(),
2727
include_package_data=True,
2828
install_requires=["requests", "beautifulsoup4",
29-
"pkce", "soupsieve", "pyyaml"]
29+
"pkce", "soupsieve", "pyyaml", "websockets"]
3030

3131
)

toledo/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import requests
33
import re
44
import html as html_lib
5-
import asyncio
65
import websockets
76

87
from bs4 import BeautifulSoup

0 commit comments

Comments
 (0)