Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01ade72

Browse files
committed
fixed the requirements auto install from setup.py
1 parent5f0136c commit01ade72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

4-
fromdistutils.coreimportsetup
4+
fromsetuptoolsimportsetup
55

66
defget_version():
77
f=open('gitlab.py')
@@ -22,6 +22,7 @@ def get_version():
2222
url='https://github.com/gpocentek/python-gitlab',
2323
py_modules=['gitlab'],
2424
scripts=['gitlab'],
25+
install_requires=['requests'],
2526
classifiers=[
2627
'Development Status :: 5 - Production/Stable',
2728
'Environment :: Console',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp