Skip to content

Commit cd1063b

Browse files
committed
Remove tox and update dependencies
1 parent 255a1d3 commit cd1063b

File tree

4 files changed

+33
-56
lines changed

4 files changed

+33
-56
lines changed

Pipfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ versioneer = "*"
1111
sphinx = "*"
1212
sphinx-rtd-theme = "*"
1313
pytest = "*"
14-
tox = "*"
15-
"flake8" = "*"
14+
flake8 = "*"
1615
twine = "*"
1716
ipython = "*"
1817

Pipfile.lock

Lines changed: 25 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
alabaster==0.7.11
22
appnope==0.1.0
3-
atomicwrites==1.1.5
3+
atomicwrites==1.2.0
44
attrs==18.1.0
55
Babel==2.6.0
66
backcall==0.1.0
7-
certifi==2018.8.13
7+
certifi==2018.8.24
88
chardet==3.0.4
99
decorator==4.3.0
1010
docutils==0.14
@@ -27,27 +27,27 @@ pkginfo==1.4.2
2727
pluggy==0.7.1
2828
prompt-toolkit==1.0.15
2929
ptyprocess==0.6.0
30-
py==1.5.4
30+
py==1.6.0
3131
pycodestyle==2.3.1
3232
pyflakes==1.6.0
3333
Pygments==2.2.0
3434
pyparsing==2.2.0
35-
pytest==3.7.1
35+
pytest==3.7.4
3636
pytz==2018.5
3737
requests==2.19.1
3838
requests-toolbelt==0.8.0
3939
simplegeneric==0.8.1
4040
six==1.11.0
4141
snowballstemmer==1.2.1
42-
Sphinx==1.7.6
42+
Sphinx==1.8.0b1
4343
sphinx-rtd-theme==0.4.1
4444
sphinxcontrib-websupport==1.1.0
4545
tox==3.2.1
46-
tqdm==4.24.0
46+
tqdm==4.25.0
4747
traitlets==4.3.2
4848
twine==1.11.0
4949
urllib3==1.23
5050
versioneer==0.18
5151
virtualenv==16.0.0
5252
wcwidth==0.1.7
53-
-e git+https://github.com/CiscoDevNet/ciscosparkapi.git@0724a5f99ed027a6818032c7395b50d56d8e6c18#egg=webexteamssdk
53+
-e git+https://github.com/CiscoDevNet/ciscosparkapi.git@255a1d39f1eb5115ac7faacad5b042c82d09ab2e#egg=webexteamssdk

tox.ini

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)