File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fds.sdk.utils"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44description = " Utilities for interacting with FactSet APIs."
5- authors = [" FactSet Research Systems" ]
6- license = " Apache-2.0"
7- readme = " README.md"
8- homepage = " https://developer.factset.com"
9- keywords = [
5+ authors = [" FactSet Research Systems" ]
6+ license = " Apache-2.0"
7+ readme = " README.md"
8+ homepage = " https://developer.factset.com"
9+ keywords = [
1010 " FactSet" ,
1111 " API" ,
1212 " SDK"
1313]
14- packages = [
14+ packages = [
1515 { include = " fds" , from = " src" }
1616]
17- exclude = [" tests" ]
17+ exclude = [" tests" ]
1818
1919[tool .poetry .dependencies ]
2020python = " ^3.7.0"
21- python-jose = {extras = [" cryptography" ], version = " ^3.3.0" }
21+ python-jose = { extras = [" cryptography" ], version = " ^3.3.0" }
2222requests-oauthlib = " ^1.3.0"
2323requests = " ^2.28.2"
2424oauthlib = " ^3.2.2"
2525
2626[tool .poetry .dev-dependencies ]
2727pytest = " ^7.4"
28- black = {version = " ^23.3" , allow-prereleases = true }
28+ black = { version = " ^23.3" , allow-prereleases = true }
2929pytest-cov = " ^4.1.0"
3030pytest-mock = " ^3.11.1"
3131tox = " ^4.8.0"
You can’t perform that action at this time.
0 commit comments