Browse Source

add missing comma... this causes issue as they get concatenated together

main
John-Mark Gurney 4 years ago
parent
commit
a23705327a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -22,7 +22,7 @@ setup(
'httpx',
'hypercorn', # option, for server only?
'pydantic[dotenv]',
'aiokq @ git+https://www.funkthat.com/gitea/jmg/aiokq.git'
'aiokq @ git+https://www.funkthat.com/gitea/jmg/aiokq.git',
'orm',
'databases[sqlite]',
],


Loading…
Cancel
Save