6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 06:07:56 +00:00

Get rid of kubernetes requirement from pypi package

v3.4.0 package from pypi was still installing the kubernetes
requirement, although is wasn't required anymore.
This commit is contained in:
Régis Behmo 2019-06-23 13:08:30 +02:00
parent 7a89e3ae70
commit 4c96e83e3c
3 changed files with 4 additions and 16 deletions

View File

@ -2,6 +2,10 @@
Note: Breaking changes between versions are indicated by "💥". Note: Breaking changes between versions are indicated by "💥".
## Latest
- [Improvement] Get rid of kubernetes python package dependency
## 3.4.0 (2019-06-17) ## 3.4.0 (2019-06-17)
- [Feature] Creation of a plugin system - [Feature] Creation of a plugin system

View File

@ -9,38 +9,23 @@ appdirs==1.4.3
astroid==2.2.5 # via pylint astroid==2.2.5 # via pylint
attrs==19.1.0 # via black attrs==19.1.0 # via black
black==19.3b0 black==19.3b0
cachetools==3.1.0
certifi==2019.3.9
chardet==3.0.4
click-repl==0.1.6 click-repl==0.1.6
click==7.0 click==7.0
future==0.17.1 # via pefile future==0.17.1 # via pefile
google-auth==1.6.3
idna==2.8
isort==4.3.18 # via pylint isort==4.3.18 # via pylint
jinja2==2.10.1 jinja2==2.10.1
kubernetes==9.0.0
lazy-object-proxy==1.3.1 # via astroid lazy-object-proxy==1.3.1 # via astroid
macholib==1.11 # via pyinstaller macholib==1.11 # via pyinstaller
markupsafe==1.1.1 markupsafe==1.1.1
mccabe==0.6.1 # via pylint mccabe==0.6.1 # via pylint
oauthlib==3.0.1
pefile==2018.8.8 # via pyinstaller pefile==2018.8.8 # via pyinstaller
pip-tools==3.2.0 pip-tools==3.2.0
prompt-toolkit==2.0.9 prompt-toolkit==2.0.9
pyasn1-modules==0.2.4
pyasn1==0.4.5
pyinstaller==3.4 pyinstaller==3.4
pylint==2.3.1 pylint==2.3.1
python-dateutil==2.8.0
pyyaml==5.1 pyyaml==5.1
requests-oauthlib==1.2.0
requests==2.21.0
rsa==4.0
six==1.12.0 six==1.12.0
toml==0.10.0 # via black toml==0.10.0 # via black
typed-ast==1.3.5 # via astroid typed-ast==1.3.5 # via astroid
urllib3==1.24.2
wcwidth==0.1.7 wcwidth==0.1.7
websocket-client==0.56.0
wrapt==1.11.1 # via astroid wrapt==1.11.1 # via astroid

View File

@ -34,7 +34,6 @@ setup(
"click>=7.0", "click>=7.0",
"click_repl", "click_repl",
"jinja2", "jinja2",
"kubernetes",
"pyyaml>=4.2b1", "pyyaml>=4.2b1",
], ],
entry_points={ entry_points={