Skip to content

Commit

Permalink
Remove package toml defintion
Browse files Browse the repository at this point in the history
  • Loading branch information
rjtokenring committed Oct 23, 2024
1 parent ec2cf3a commit 5ce3035
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 78 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ target/

#Ipython Notebook
.ipynb_checkpoints


pyproject.toml
72 changes: 0 additions & 72 deletions pyproject.toml

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
long_description = f.read()

NAME = "arduino-iot-client"
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
REQUIRES = ["urllib3 >= 1.25", "python_dateutil >= 2.8.2", "pydantic >= 2", "typing-extensions >= 4.7.1"]

setup(
name=NAME,
Expand Down
6 changes: 1 addition & 5 deletions test/test_req/main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import sys,os
sys.path.append(os.getcwd())

print("Loading iot api modules")
print(os.getcwd())
import os

import iot_api_client
from iot_api_client.configuration import Configuration
Expand Down

0 comments on commit 5ce3035

Please sign in to comment.