Skip to content

Commit

Permalink
fixed bugs and readded attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant2math committed Jan 2, 2023
1 parent fc961f8 commit e7c2b70
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = {file = "LICENSE"}
readme = "README.md"
version = "0.1.0"
dependencies = [
"httpx", "python-dateutil"
"httpx", "python-dateutil", "attrs"
]
keywords = ["ftc"]
requires-python = ">=3.7"
Expand All @@ -23,4 +23,4 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["ftc_api"]
packages = ["ftc_api", "ftc_api.api", "ftc_api.models"]
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
httpx==0.23.1
python-dateutil == 2.8.2
attrs
httpx
python-dateutil

0 comments on commit e7c2b70

Please sign in to comment.