Skip to content

Commit 7f887eb

Browse files
committed
UV port, dependency update
1 parent 3059896 commit 7f887eb

File tree

4 files changed

+332
-47
lines changed

4 files changed

+332
-47
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.10

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[project]
2+
name = "intercom-python-sdk"
3+
version = "0.4.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.10"
7+
dependencies = [
8+
"bs4>=0.0.2",
9+
"faker>=37.3.0",
10+
"marshmallow>=4.0.0",
11+
"requests>=2.32.3",
12+
"uplink>=0.9.7",
13+
"validator-collection>=1.5.0",
14+
]

setup.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)