We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4356839 commit 6c0c05bCopy full SHA for 6c0c05b
pipreqs.txt
@@ -1,2 +1,12 @@
1
-pip install sphinx-bootstrap-theme==0.6.0
2
-pip install sphinxcontrib-fulltoc==1.2.0
+#
+####### pipreqs.txt #######
3
4
+###### Requirements without Version Specifiers ######
5
6
+###### Requirements with Version Specifiers ######
7
8
+#docopt == 0.6.1 # Version Matching. Must be version 0.6.1
9
+#keyring >= 4.1.1 # Minimum version 4.1.1
10
+#coverage != 3.5 # Version Exclusion. Anything except v
11
+sphinxcontrib-fulltoc == 1.2.0
12
+sphinx-bootstrap-theme == 0.6.0
0 commit comments