mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-28 14:04:22 -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
|
from setuptools import setup, find_namespace_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=info["name"],
|
name=info["pkg_name"],
|
||||||
version=info["version"],
|
version=info["version"],
|
||||||
description=info["description"],
|
description=info["description"],
|
||||||
url=info["url"],
|
url=info["url"],
|
||||||
author=info["author"],
|
author=info["author"],
|
||||||
author_email=info["email"],
|
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"]),
|
packages=find_namespace_packages(include=["builder"]),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue