Skip to content

Commit 403efe4

Browse files
committed
Initial commit
1 parent 64488de commit 403efe4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
build/*
2+
venv/*

requirements.txt

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Jinja2==2.7.3
2+
MarkupSafe==0.23
3+
Pygments==2.0.1
4+
Sphinx==1.2.3
5+
argparse==1.2.1
6+
docutils==0.12
7+
pyparsing==2.0.3
8+
sphinx-rtd-theme==0.1.6
9+
wsgiref==0.1.2

0 commit comments

Comments
 (0)