Skip to content

Commit b18f561

Browse files
committed
no commit message given
1 parent abfa7ba commit b18f561

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# THIS IS AN AUTO-GENERATED FILE. DO NOT EDIT!
2+
pymakehelper
3+
pydmt
4+
pyclassifiers
5+
pylint

templates/requirements.txt.mako

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<%!
2+
import config.python
3+
%># THIS IS AN AUTO-GENERATED FILE. DO NOT EDIT!
4+
% if hasattr(config.python, "requires"):
5+
% for a in config.python.requires:
6+
${a}
7+
% endfor
8+
% endif

0 commit comments

Comments
 (0)