Skip to content

Commit e7c2b70

Browse files
committed
fixed bugs and readded attrs
1 parent fc961f8 commit e7c2b70

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed
File renamed without changes.
File renamed without changes.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = {file = "LICENSE"}
88
readme = "README.md"
99
version = "0.1.0"
1010
dependencies = [
11-
"httpx", "python-dateutil"
11+
"httpx", "python-dateutil", "attrs"
1212
]
1313
keywords = ["ftc"]
1414
requires-python = ">=3.7"
@@ -23,4 +23,4 @@ requires = ["setuptools"]
2323
build-backend = "setuptools.build_meta"
2424

2525
[tool.setuptools]
26-
packages = ["ftc_api"]
26+
packages = ["ftc_api", "ftc_api.api", "ftc_api.models"]

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
httpx==0.23.1
2-
python-dateutil == 2.8.2
1+
attrs
2+
httpx
3+
python-dateutil

0 commit comments

Comments
 (0)