удаление импорта, редактирование requirements.txt

This commit is contained in:
Данил 2022-07-29 16:23:34 +03:00
parent 079a9daa85
commit 30fca8baca
2 changed files with 0 additions and 3 deletions

View file

@ -19,9 +19,7 @@ from bs4 import BeautifulSoup
from win10toast import ToastNotifier
from pystray import MenuItem, Menu, Icon
from PIL import Image
from elevate import elevate
import json
import requests
import ctypes
import os

View file

@ -1,6 +1,5 @@
requests~=2.28.0
schedule~=1.1.0
future~=0.18.2
beautifulsoup4~=4.11.1
win10toast~=0.9
pystray~=0.19.4