Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
f6ce3236
Unverified
Commit
f6ce3236
authored
Jul 17, 2023
by
Apoorva Pandey
Committed by
GitHub
Jul 17, 2023
Browse files
Make setup.py compatible with pipenv (#4121)
parent
6b33c11c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
f6ce3236
...
...
@@ -245,7 +245,7 @@ setup(
packages
=
find_packages
(
"src"
),
include_package_data
=
True
,
python_requires
=
">=3.7.0"
,
install_requires
=
install_requires
,
install_requires
=
list
(
install_requires
)
,
extras_require
=
extras
,
entry_points
=
{
"console_scripts"
:
[
"diffusers-cli=diffusers.commands.diffusers_cli:main"
]},
classifiers
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment