Skip to content

Commit 6d0d1f5

Browse files
author
Esteban Echeverry
committed
Merge branch 'feat/01_models' into feat/02_repositories
2 parents 2c29b85 + b1dade7 commit 6d0d1f5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

requirements.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,30 @@
1+
altgraph==0.15
2+
astroid==1.6.1
13
attrs==17.4.0
4+
autopep8==1.3.4
25
click==6.7
36
coverage==4.4.2
7+
future==0.16.0
8+
isort==4.2.15
49
Jinja2==2.10
10+
lazy-object-proxy==1.3.1
511
livereload==2.5.1
12+
macholib==1.9
613
Markdown==2.6.10
714
MarkupSafe==1.0
15+
mccabe==0.6.1
816
mkdocs==0.17.2
917
mkdocs-material==2.2.6
1018
mypy==0.560
19+
pefile==2017.11.5
20+
pep8==1.7.1
1121
pluggy==0.6.0
1222
psutil==5.4.3
1323
py==1.5.2
24+
pycodestyle==2.3.1
1425
Pygments==2.2.0
26+
PyInstaller==3.3.1
27+
pylint==1.8.2
1528
pymdown-extensions==4.7
1629
pytest==3.3.2
1730
pytest-cov==2.5.1
@@ -21,3 +34,4 @@ PyYAML==3.12
2134
six==1.11.0
2235
tornado==4.5.2
2336
typed-ast==1.1.0
37+
wrapt==1.10.11

0 commit comments

Comments
 (0)