Skip to content

Commit

Permalink
Added a supported python version
Browse files Browse the repository at this point in the history
  • Loading branch information
miballe committed Aug 29, 2024
1 parent e602f7b commit 8e319da
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,17 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12'
],
keywords='news, news aggregator, risk, compliance, nlp, alternative data, factiva, trading news, market movers',
# Required version conditioned by typed lists and Pandas
python_requires='>=3.8.4',
install_requires=[
'requests>=2.28.1',
'pandas>=1.5.2',
'fastavro>=1.7.0',
'google-cloud-core>=2.3.2',
'google-cloud-pubsub>=2.13.11'
'requests>=2.30.0',
'pandas>=2.2.0',
'fastavro>=1.9.0',
'google-cloud-core>=2.4.0',
'google-cloud-pubsub>=2.22.0'
],
extras_require={
"MongoDB": ["pymongo"],
Expand Down

0 comments on commit 8e319da

Please sign in to comment.