1
0
mirror of https://git.sr.ht/~metalune/simpleweb_peertube synced 2024-12-22 07:44:03 +01:00

Re-add dependency for BeautifulSoup because of future patches

This commit is contained in:
metalune 2021-07-28 21:22:40 +02:00
parent b9fa8de39c
commit 3946bc53c8

View File

@ -1,3 +1,4 @@
from bs4 import BeautifulSoup
import requests
import json