8000 Freeze requirements · equalent/ffmpeg-python@86eccbb · GitHub
[go: up one dir, main page]

Skip to content

Commit 86eccbb

Browse files
committed
Freeze requirements
1 parent f8409d4 commit 86eccbb

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed

requirements-base.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
future
2+
pytest
3+
pytest-runner
4+
sphinx
5+
tox

requirements.txt

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1-
future
2-
pytest
3-
pytest-runner
4-
sphinx
5-
tox
1+
alabaster==0.7.10
2+
Babel==2.5.1
3+
certifi==2017.7.27.1
4+
chardet==3.0.4
5+
docutils==0.14
6+
future==0.16.0
7+
idna==2.6
8+
imagesize==0.7.1
9+
Jinja2==2.9.6
10+
MarkupSafe==1.0
11+
pluggy==0.5.2
12+
py==1.4.34
13+
Pygments==2.2.0
14+
pytest==3.2.3
15+
pytest-runner==3.0
16+
pytz==2017.3
17+
requests==2.18.4
18+
six==1.11.0
19+
snowballstemmer==1.2.1
20+
Sphinx==1.6.5
21+
sphinxcontrib-websupport==1.0.1
22+
tox==2.9.1
23+
typing==3.6.2
24+
urllib3==1.22
25+
virtualenv==15.1.0

0 commit comments

Comments
 (0)
0