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 92c4ede commit 82dad8fCopy full SHA for 82dad8f
requirements.txt
@@ -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