Skip to content

Commit

Permalink
Remove requires from setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Lou Marvin Caraig <[email protected]>
  • Loading branch information
se7entyse7en committed Jun 27, 2020
1 parent 7cc459c commit 73fd3c1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
import re
import sys
from functools import partial

import setuptools
from wheel.bdist_wheel import bdist_wheel as _bdist_wheel


requires = [
'Click>=7.0,<8.0',
'docker>=3.7.0,<3.8.0',
]


if sys.version_info.minor < 7:
requires.append('dataclasses==0.6')


scripts = [
'bin/pydockenv',
]
Expand Down Expand Up @@ -86,7 +75,6 @@ def get_tag(self):
},
data_files=[('bin', ['bin/pydockenv_exec'])],
include_package_data=True,
install_requires=requires,
classifiers=classifiers,
cmdclass={
'bdist_wheel': bdist_wheel,
Expand Down

0 comments on commit 73fd3c1

Please sign in to comment.