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