Skip to content

Commit 33301b6

Browse files
committed
provide build-time dependencies specification
1 parent b80924d commit 33301b6

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires=['docutils', 'setuptools', 'version-query', 'wheel']

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ colorlog
55
encrypted-config
66
horast
77
pandas
8-
setuptools >= 20.5
8+
setuptools >= 41.0
99
static-typing >= 0.2.7.dev1
1010
typed_ast
1111
typed-astunparse >= 2.1.2

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ numba
44
numpy
55
open-fortran-parser
66
pcpp
7-
pip >= 9.0
7+
pip >= 10.0
88
pycparser
99
pygments
1010
timing

0 commit comments

Comments
 (0)