Should maybe make requests a requirement

This commit is contained in:
Rain Clark 2024-04-06 23:47:07 -04:00
parent 18c0f2123d
commit ed2f65bee5
2 changed files with 6 additions and 1 deletions

View File

@ -1,13 +1,13 @@
#!/usr/bin/env python3
import configparser
import os
import requests
import shutil
import subprocess
import sys
import time
from datetime import datetime
from pathlib import Path
import requests
channel_list = []
downloading = {}

5
requirements.txt Normal file
View File

@ -0,0 +1,5 @@
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.6
requests==2.31.0
urllib3==2.2.1