Skip to content

Commit

Permalink
add new v3 and move structure
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Oct 29, 2023
1 parent 7c8c9e3 commit 3e59574
Show file tree
Hide file tree
Showing 211 changed files with 218 additions and 11,237 deletions.
12 changes: 0 additions & 12 deletions .bumpversion.cfg

This file was deleted.

19 changes: 0 additions & 19 deletions CONTRIBUTING.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
New monorepo structure for the Vonage Python SDK
2 changes: 1 addition & 1 deletion old-version/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e .
pytest==7.2.0
pytest==7.4.2
responses==0.22.0
coverage
pydantic>=2.3.0
Expand Down
3 changes: 2 additions & 1 deletion old-version/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
package_dir={"": "src"},
platforms=["any"],
install_requires=[
"vonage-jwt>=1.0.0",
"vonage-jwt>=1.1.0",
"requests>=2.4.2",
"pytz>=2018.5",
"pydantic>=2.3.0",
Expand All @@ -35,5 +35,6 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
)
31 changes: 0 additions & 31 deletions old-version/src/vonage/_internal.py

This file was deleted.

173 changes: 0 additions & 173 deletions old-version/src/vonage/meetings.py

This file was deleted.

113 changes: 0 additions & 113 deletions old-version/src/vonage/messages.py

This file was deleted.

1 change: 0 additions & 1 deletion old-version/src/vonage/ncco_builder/__init__.py

This file was deleted.

Loading

0 comments on commit 3e59574

Please sign in to comment.