Skip to content

Commit

Permalink
📦 PyPI-Test - Build 0.2.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCelmer committed Apr 28, 2024
1 parent 5fd299b commit 9f4e904
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def run(self):
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[
'pydantic>=2.7.0',
'python-dotenv>=1.0.1',
'SQLAlchemy>=2.0.29'
'pydantic==2.7.0',
'python-dotenv==1.0.1',
'SQLAlchemy==2.0.29'
],
project_urls = {
'Homepage': 'https://github.com/linux-profile/email-profile',
Expand Down

0 comments on commit 9f4e904

Please sign in to comment.