Skip to content

Commit

Permalink
Reorder imports, upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r committed Jun 10, 2023
1 parent ee5e0c8 commit a9eff0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mods_checker.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""This script checks for updates of your mods for the current Minecraft version."""
import contextlib
import os
import re
import shutil
import subprocess
import sys
import contextlib
from urllib.parse import unquote

import psutil
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
halo~=0.0.31
pyenchant~=3.2.2
python-dotenv~=1.0.0
requests~=2.30.0
requests~=2.31.0
Send2Trash~=1.8.2
psutil~=5.9.5
beaupy~=3.5.4

0 comments on commit a9eff0f

Please # to comment.