Skip to content

Commit

Permalink
last changes on setup
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Dec 6, 2023
1 parent 7f00df3 commit 2956327
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/test_sa.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"password": "12345678",
"host": "127.0.0.1",
"port": "5432",
"database": "navigator_dev"
"database": "navigator"
}
dsn = "postgresql+asyncpg://troc_pgdata:[email protected]:5432/navigator_dev"
dsn = "postgresql+asyncpg://troc_pgdata:[email protected]:5432/navigator"

# asyncio version
async def test_connection(loop):
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ def readme():
"dateparser==1.1.8",
"python-datamodel>=0.5.0",
"aiosqlite>=0.18.0",
"pendulum==2.1.2"
"pendulum==2.1.2",
"looseversion==1.3.0",
"aiofiles==23.2.1"
],
extras_require={
"default": [
Expand Down

0 comments on commit 2956327

Please sign in to comment.