diff --git a/pandora_plugins/message_app_connectors/vonage/.gitignore b/pandora_plugins/message_app_connectors/vonage/.gitignore new file mode 100644 index 0000000000..9c10928fd9 --- /dev/null +++ b/pandora_plugins/message_app_connectors/vonage/.gitignore @@ -0,0 +1,3 @@ +build +dist +*spec \ No newline at end of file diff --git a/pandora_plugins/message_app_connectors/vonage/requirements.txt b/pandora_plugins/message_app_connectors/vonage/requirements.txt new file mode 100644 index 0000000000..674ae0e1b7 --- /dev/null +++ b/pandora_plugins/message_app_connectors/vonage/requirements.txt @@ -0,0 +1,16 @@ +certifi==2023.7.22 +cffi==1.16.0 +charset-normalizer==3.3.0 +cryptography==41.0.4 +Deprecated==1.2.14 +idna==3.4 +pycparser==2.21 +pydantic==1.10.13 +PyJWT==2.8.0 +pytz==2023.3.post1 +requests==2.31.0 +typing_extensions==4.8.0 +urllib3==2.0.6 +vonage==3.9.1 +vonage-jwt==1.0.0 +wrapt==1.15.0