Skip to content

Commit 77768de

Browse files
author
desiena
committed
Try cicd
1 parent 42e89c5 commit 77768de

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
marshmallow
22
wheel
33
requests
4+
tzdata
45
pycognito
56
typing_extensions
67
django-environ
78

9+
810
pip
911
setuptools
1012
coverage

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
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.',
@@ -21,13 +21,14 @@
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
]

0 commit comments

Comments
 (0)