This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
bitelab
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add missing comma... this causes issue as they get concatenated together
main
John-Mark Gurney
4 years ago
parent
0d16204436
commit
a23705327a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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]',
],
Write
Preview
Loading…
Cancel
Save