Skip to content

Commit 82dad8f

Browse files
Restore requirements.txt
1 parent 92c4ede commit 82dad8f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

requirements.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# TODO(#649): this file shouldn't exist, but there currently are some
2+
# integration test suites that rely on it. The integration tests deserve to be
3+
# overhauled along the lines of the posit-sdk-py tests, so we can clean this up
4+
# when we do that.
5+
6+
# build-system.requires
7+
setuptools>=61
8+
setuptools_scm[toml]>=3.4
9+
wheel
10+
11+
# project.dependencies
12+
six>=1.14.0
13+
click>=8.0.0
14+
pip>=10.0.0
15+
semver>=2.0.0,<3.0.0
16+
pyjwt>=2.4.0
17+
black==24.3.0
18+
19+
# project.optional-dependencies.test
20+
coverage
21+
flake8-pyproject
22+
flake8
23+
httpretty
24+
ipykernel
25+
nbconvert
26+
pyright
27+
pytest-cov
28+
pytest
29+
setuptools_scm[toml]
30+
twine
31+
types-Flask
32+
types-six

0 commit comments

Comments
 (0)