mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 13:34:20 -04:00
📦 Lock pip requirements
This commit is contained in:
parent
d7893bd49f
commit
2512d40fe8
2 changed files with 2 additions and 4 deletions
|
@ -1,2 +0,0 @@
|
|||
clickgen==1.1.7
|
||||
Pillow==7.2.0
|
4
setup.py
4
setup.py
|
@ -5,13 +5,13 @@ from builder.pkg_info import info
|
|||
from setuptools import setup, find_namespace_packages
|
||||
|
||||
setup(
|
||||
name=info["name"],
|
||||
name=info["pkg_name"],
|
||||
version=info["version"],
|
||||
description=info["description"],
|
||||
url=info["url"],
|
||||
author=info["author"],
|
||||
author_email=info["email"],
|
||||
install_requires=["Pillow>=7.2.0", "clickgen>=1.1.7"],
|
||||
install_requires=["Pillow>=7.2.0", "clickgen==1.1.7"],
|
||||
packages=find_namespace_packages(include=["builder"]),
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue