Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenafo committed Dec 27, 2022
1 parent 6e4860a commit bdef788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="faker_marketdata",
version="0.1",
version="0.2",
author="Ruben Afonso",
author_email="rbfrancos@gmail.com",
description="Sample market data for Faker",
Expand All @@ -17,4 +17,5 @@
"Development Status :: 5 - Production/Stable"
],
python_requires='>=3.6',
install_requires=['Faker>=9.3.1', 'pycountry>=22.3.5'],
)

0 comments on commit bdef788

Please sign in to comment.