Initial commit

This commit is contained in:
sonny 2023-06-24 13:50:38 +02:00
parent f4cc49896a
commit baf660cdaf
8 changed files with 229 additions and 620 deletions

26
requirements/base.txt Normal file
View file

@ -0,0 +1,26 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/base.txt pyproject.toml
#
certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via transip-client (pyproject.toml)
cryptography==41.0.1
# via transip-client (pyproject.toml)
idna==3.4
# via requests
pycparser==2.21
# via cffi
python-dotenv==1.0.0
# via transip-client (pyproject.toml)
requests==2.31.0
# via transip-client (pyproject.toml)
urllib3==2.0.3
# via requests

61
requirements/ci.txt Normal file
View file

@ -0,0 +1,61 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=ci --extra=development --output-file=requirements/ci.txt pyproject.toml
#
autoflake==2.1.1
# via transip-client (pyproject.toml)
black==23.3.0
# via transip-client (pyproject.toml)
build==0.10.0
# via pip-tools
certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via
# black
# pip-tools
# transip-client (pyproject.toml)
coverage==7.2.7
# via transip-client (pyproject.toml)
cryptography==41.0.1
# via transip-client (pyproject.toml)
idna==3.4
# via requests
isort==5.12.0
# via transip-client (pyproject.toml)
mypy-extensions==1.0.0
# via black
packaging==23.1
# via
# black
# build
pathspec==0.11.1
# via black
pip-tools==6.13.0
# via transip-client (pyproject.toml)
platformdirs==3.8.0
# via black
pycparser==2.21
# via cffi
pyflakes==3.0.1
# via autoflake
pyproject-hooks==1.0.0
# via build
python-dotenv==1.0.0
# via transip-client (pyproject.toml)
requests==2.31.0
# via transip-client (pyproject.toml)
urllib3==2.0.3
# via requests
wheel==0.40.0
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools

View file

@ -0,0 +1,59 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=development --output-file=requirements/development.txt pyproject.toml
#
autoflake==2.1.1
# via transip-client (pyproject.toml)
black==23.3.0
# via transip-client (pyproject.toml)
build==0.10.0
# via pip-tools
certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via
# black
# pip-tools
# transip-client (pyproject.toml)
cryptography==41.0.1
# via transip-client (pyproject.toml)
idna==3.4
# via requests
isort==5.12.0
# via transip-client (pyproject.toml)
mypy-extensions==1.0.0
# via black
packaging==23.1
# via
# black
# build
pathspec==0.11.1
# via black
pip-tools==6.13.0
# via transip-client (pyproject.toml)
platformdirs==3.8.0
# via black
pycparser==2.21
# via cffi
pyflakes==3.0.1
# via autoflake
pyproject-hooks==1.0.0
# via build
python-dotenv==1.0.0
# via transip-client (pyproject.toml)
requests==2.31.0
# via transip-client (pyproject.toml)
urllib3==2.0.3
# via requests
wheel==0.40.0
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools

View file

@ -0,0 +1,32 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=sentry-enabled --output-file=requirements/production.txt pyproject.toml
#
certifi==2023.5.7
# via
# requests
# sentry-sdk
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via transip-client (pyproject.toml)
cryptography==41.0.1
# via transip-client (pyproject.toml)
idna==3.4
# via requests
pycparser==2.21
# via cffi
python-dotenv==1.0.0
# via transip-client (pyproject.toml)
requests==2.31.0
# via transip-client (pyproject.toml)
sentry-sdk==1.26.0
# via transip-client (pyproject.toml)
urllib3==2.0.3
# via
# requests
# sentry-sdk