plotly / dash-enterprise-auth

Python Auth Client for Dash Enterprise
MIT License
4 stars 3 forks source link

replace setup.cfg by setup.py #12

Closed antoinerg closed 4 years ago

antoinerg commented 4 years ago

Fixes #11

Closes #5

From this branch, I tested that running the following commands now suceed:

$ docker run -it -v $(pwd):$(pwd) -w $(pwd) python:2.7 pip install -e . --quiet
$ docker run -it -v $(pwd):$(pwd) -w $(pwd) python:3.6.0 pip install -e . --quiet
$ docker run -it -v $(pwd):$(pwd) -w $(pwd) python:3.6.1 pip install -e . --quiet
$ docker run -it -v $(pwd):$(pwd) -w $(pwd) python:3.6.2 pip install -e . --quiet
$ docker run -it -v $(pwd):$(pwd) -w $(pwd) python:3.6.3 pip install -e . --quiet
$ docker run -it -v $(pwd):$(pwd) -w $(pwd) python:3.6.4 pip install -e . --quiet
$ docker run -it -v $(pwd):$(pwd) -w $(pwd) python:3 pip install -e . --quiet

cc @josegonzalez @alexcjohnson