Skip to content

Commit 4727db9

Browse files
committed
Update requirements.txt
Update requirements.txt to only include the top-level dependencies and unlock/unpin the dependency versions.
1 parent 4b8438c commit 4727db9

File tree

2 files changed

+9
-55
lines changed

2 files changed

+9
-55
lines changed

requirements.txt

Lines changed: 7 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,7 @@
1-
alabaster==0.7.11
2-
appnope==0.1.0
3-
atomicwrites==1.2.0
4-
attrs==18.1.0
5-
Babel==2.6.0
6-
backcall==0.1.0
7-
certifi==2018.8.24
8-
chardet==3.0.4
9-
decorator==4.3.0
10-
docutils==0.14
11-
flake8==3.5.0
12-
future==0.16.0
13-
idna==2.7
14-
imagesize==1.0.0
15-
ipython==6.5.0
16-
ipython-genutils==0.2.0
17-
jedi==0.12.1
18-
Jinja2==2.10
19-
MarkupSafe==1.0
20-
mccabe==0.6.1
21-
more-itertools==4.3.0
22-
packaging==17.1
23-
parso==0.3.1
24-
pexpect==4.6.0
25-
pickleshare==0.7.4
26-
pkginfo==1.4.2
27-
pluggy==0.7.1
28-
prompt-toolkit==1.0.15
29-
ptyprocess==0.6.0
30-
py==1.6.0
31-
pycodestyle==2.3.1
32-
pyflakes==1.6.0
33-
Pygments==2.2.0
34-
pyparsing==2.2.0
35-
pytest==3.7.4
36-
pytz==2018.5
37-
requests==2.19.1
38-
requests-toolbelt==0.8.0
39-
simplegeneric==0.8.1
40-
six==1.11.0
41-
snowballstemmer==1.2.1
42-
Sphinx==1.8.0b1
43-
sphinx-rtd-theme==0.4.1
44-
sphinxcontrib-websupport==1.1.0
45-
tox==3.2.1
46-
tqdm==4.25.0
47-
traitlets==4.3.2
48-
twine==1.11.0
49-
urllib3==1.23
50-
versioneer==0.18
51-
virtualenv==16.0.0
52-
wcwidth==0.1.7
53-
-e git+https://github.com/CiscoDevNet/ciscosparkapi.git@255a1d39f1eb5115ac7faacad5b042c82d09ab2e#egg=webexteamssdk
1+
versioneer
2+
sphinx
3+
sphinx-rtd-theme
4+
pytest
5+
flake8
6+
twine
7+
ipython

script/update

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ cd "$(dirname "$0")/.."
1212
echo "==> Updating project dependencies"
1313
echo "Update installed packages"
1414
pipenv update --dev
15-
echo "Freeze package requirements"
16-
pipenv run pip freeze > requirements.txt
15+
#echo "Freeze package requirements"
16+
#pipenv run pip freeze > requirements.txt
1717
echo "Update versioneer script(s)"
1818
rm versioneer.py
1919
pipenv run versioneer install

0 commit comments

Comments
 (0)