Skip to content

Commit

Permalink
added typing to requirements for now, eventually use environment markers
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Dec 22, 2016
1 parent e114467 commit e836a7e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion requirements/lck/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file /tmp/tmpyqHm_X requirements/src/docs.in
# pip-compile --output-file /tmp/tmpeCWiAo requirements/src/docs.in
#
alabaster==0.7.9 # via sphinx
atomicwrites==1.1.5
Expand Down Expand Up @@ -35,3 +35,4 @@ snowballstemmer==1.2.1 # via sphinx
sphinx-md-theme==0.1a2
Sphinx==1.5
sphinxcontrib-napoleon==0.6.0
typing==3.5.2.2
3 changes: 2 additions & 1 deletion requirements/lck/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file /tmp/tmpT0qML_ requirements/src/main.in
# pip-compile --output-file /tmp/tmpv6wgsy requirements/src/main.in
#
atomicwrites==1.1.5
attrdict==2.0.0 # via biome
Expand All @@ -22,3 +22,4 @@ pip-tools==1.8.0
requests==2.12.3
sh==1.12.7
six==1.10.0 # via attrdict, fasteners, pathlib2, pip-tools
typing==3.5.2.2
2 changes: 1 addition & 1 deletion requirements/lck/qa.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file /tmp/tmpQviQFz requirements/src/qa.in
# pip-compile --output-file /tmp/tmp2eVvBE requirements/src/qa.in
#
configparser==3.5.0 # via flake8
enum34==1.1.6 # via flake8
Expand Down
3 changes: 2 additions & 1 deletion requirements/lck/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file /tmp/tmpHGap9A requirements/src/test.in
# pip-compile --output-file /tmp/tmpLUXXeN requirements/src/test.in
#
atomicwrites==1.1.5
attrdict==2.0.0 # via biome
Expand Down Expand Up @@ -33,3 +33,4 @@ requests==2.12.3
responses==0.5.1
sh==1.12.7
six==1.10.0 # via attrdict, fasteners, mock, pathlib2, pip-tools, responses
typing==3.5.2.2
4 changes: 2 additions & 2 deletions requirements/src/docs.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- mode: requirementstxt -*-
# vim: set ft=requirements
# Generated by reqwire on Thu Dec 22 14:51:30 2016
--index-url https://pypi.python.org/simple
# Generated by reqwire on Thu Dec 22 15:14:43 2016
-r main.in
--index-url https://pypi.python.org/simple
Sphinx==1.5
sphinx-md-theme==0.1a2
sphinxcontrib-napoleon==0.6.0
3 changes: 2 additions & 1 deletion requirements/src/main.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- mode: requirementstxt -*-
# vim: set ft=requirements
# Generated by reqwire on Sun Dec 11 20:52:25 2016
# Generated by reqwire on Thu Dec 22 15:15:25 2016
--index-url https://pypi.python.org/simple
atomicwrites==1.1.5
biome==0.1.3
Expand All @@ -12,3 +12,4 @@ pathlib2==2.1.0
pip-tools==1.8.0
requests==2.12.3
sh==1.12.7
typing==3.5.2.2

0 comments on commit e836a7e

Please sign in to comment.