fix dependency names

This commit is contained in:
Egg 2024-10-09 10:08:51 +02:00
parent 2c9b47f08d
commit 4d00cc7aef
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import pytoml as toml
import toml
import os

2
db.py
View file

@ -2,7 +2,7 @@ from config import config
import jwt
import logging
from os import urandom, system
from pylibscrypt import scrypt_mcf
import scrypt as scrypt_mcf
import sqlite3
from time import sleep, time