Skip to content

Commit

Permalink
add requirements.txt for Snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Oct 23, 2023
1 parent 807f393 commit f7484ef
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This file is just for Snyk scanning,
# because it doesn't understand pyproject.toml
# unless it uses Poetry.
# https://github.com/snyk/snyk-python-plugin/issues/147

# build-system.requires
setuptools>=61
setuptools_scm[toml]>=3.4
wheel

# project.dependencies
six>=1.14.0
click>=7.0.0
pip>=10.0.0
semver>=2.0.0,<3.0.0
pyjwt>=2.4.0
black==22.3.0

# project.optional-dependencies.test
coverage
flake8-pyproject
flake8
httpretty
ipykernel
mypy
nbconvert
pytest-cov
pytest-mypy
pytest
setuptools_scm[toml]
twine
types-click
types-Flask
types-six

0 comments on commit f7484ef

Please sign in to comment.