File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11marshmallow
22wheel
33requests
4+ tzdata
45pycognito
56typing_extensions
67django-environ
78
9+
810pip
911setuptools
1012coverage
Original file line number Diff line number Diff line change 1010setup (
1111 name = 'fmdata' ,
1212 version = version ,
13- python_requires = '>=3.8 ' ,
13+ python_requires = '>=3.9 ' ,
1414 author = 'Lorenzo De Siena' ,
1515 author_email = 'dev.lorenzo.desiena@gmail.com' ,
1616 description = 'fmdata is a wrapper around the FileMaker Data API.' ,
2121 include_package_data = True ,
2222 install_requires = ['requests>=2' ,
2323 'typing_extensions>=3' ,
24- 'marshmallow>=3' ],
24+ 'marshmallow>=3' ,
25+ 'tzdata>=2025.2' ],
2526 extras_require = {
2627 'cloud' : ['pycognito>=0.1.4' ]
2728 },
2829 classifiers = [
2930 'Programming Language :: Python' ,
30- 'Programming Language :: Python :: 3.8 ' ,
31+ 'Programming Language :: Python :: 3.9 ' ,
3132 'License :: OSI Approved :: MIT License' ,
3233 'Operating System :: OS Independent'
3334 ]
You can’t perform that action at this time.
0 commit comments