Skip to content

Commit

Permalink
Remove setup.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 19, 2024
1 parent 7af0c09 commit fe5174f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 78 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
]
dependencies = [
"requests >= 1.1.0, < 3",
"requests-oauthlib >= 0.3.0, < 2",
"requests-oauthlib >= 0.3.0, < 3",
"python-dateutil>=2.8, < 3",
"PyJWT >= 1.6.4, < 3", # This is required as part of oauthlib but doesn't seem to get included sometimes.
"cryptography>=1.3.1", # As above, but fixes issue with missing module imports not picked up for some reason.
Expand Down
77 changes: 0 additions & 77 deletions setup.cfg

This file was deleted.

0 comments on commit fe5174f

Please sign in to comment.