1
0
Fork 0
mirror of synced 2024-05-22 05:22:49 +12:00

add pywin32 to requirements.txt

This commit is contained in:
ChemicalXandco 2021-05-09 15:25:27 +01:00
parent de408cc534
commit bfc8b1f8f5
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,6 @@ import json
import os
import shutil
import sys
import sysconfig
from logging import getLogger
import requests

View file

@ -4,4 +4,5 @@ PyQt5
QtAwesome
notify-py
psutil
pypresence
pypresence
pywin32; platform_system == "Windows"