Skip to content

Commit ad37446

Browse files
committed
perf(Base): 🎨 移除Base62依赖使用
1 parent 6175ff5 commit ad37446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setup(
88
name='qsnctf',
99
version='0.0.8.10',
10-
install_requires=['PyExecJS2', 'pybase62', 'base58', 'requests', 'bs4', 'urllib3', 'rarfile', 'sympy'],
10+
install_requires=['PyExecJS2', 'base58', 'requests', 'bs4', 'urllib3', 'rarfile', 'sympy'],
1111
packages=find_packages(),
1212
include_package_data=True,
1313
package_data={'qsnctf': ['plugin/*']},

0 commit comments

Comments
 (0)