mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
update dependencies
This commit is contained in:
parent
9554ce9ab4
commit
4a6db7671f
2
rtool.py
2
rtool.py
@ -210,7 +210,7 @@ def sdist():
|
||||
|
||||
@cli.command("bdist")
|
||||
@click.option("--use-existing-sdist/--no-use-existing-sdist", default=False)
|
||||
@click.argument("pyinstaller_version", envvar="PYINSTALLER_VERSION", default="PyInstaller~=3.0.0")
|
||||
@click.argument("pyinstaller_version", envvar="PYINSTALLER_VERSION", default="PyInstaller~=3.1.1")
|
||||
@click.pass_context
|
||||
def bdist(ctx, use_existing_sdist, pyinstaller_version):
|
||||
"""
|
||||
|
8
setup.py
8
setup.py
@ -5,10 +5,10 @@ setup(
|
||||
version='1.0',
|
||||
py_modules=['rtool'],
|
||||
install_requires=[
|
||||
'click>=6.2',
|
||||
'twine>=1.6.4',
|
||||
'virtualenv>=13.1.2',
|
||||
'wheel>=0.26.0',
|
||||
"click>=6.2, <7.0",
|
||||
'twine>=1.6.5, <1.7',
|
||||
'virtualenv>=14.0.5, <14.1',
|
||||
'wheel>=0.26.0, <0.27',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
Loading…
Reference in New Issue
Block a user