We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af83bc commit 551ef7dCopy full SHA for 551ef7d
2 files changed
requirements.txt
@@ -10,7 +10,6 @@ ruff~=0.2.2
10
-e ./zulip_botserver
11
git+https://github.com/zulip/zulint@417b4e4971fdd5ca8e84847f1391b657b188631a#egg=zulint==1.0.0
12
mypy==1.8.0
13
-types-beautifulsoup4
14
types-httplib2
15
types-python-dateutil
16
types-pytz
zulip_bots/setup.py
@@ -53,7 +53,6 @@
53
"pip",
54
"zulip",
55
"html2text",
56
- "BeautifulSoup4",
57
"typing_extensions>=4.5.0",
58
"importlib-metadata>=3.6",
59
],
0 commit comments