init: untested code

This commit is contained in:
Tony Yang
2023-04-30 18:43:13 +08:00
commit 4000e5bba1
5 changed files with 297 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
awsiotsdk = "*"
boto3 = "*"
opencv-python = "*"
requests = "*"
[dev-packages]
[requires]
python_version = "3.10"