This website requires JavaScript.
Explore
Help
Sign in
marc
/
rotini
Archived
Watch
1
Star
0
Fork
You've already forked rotini
0
Code
Issues
4
Pull requests
10
Projects
Releases
Packages
Wiki
Activity
This repository has been archived on
2024-07-19
. You can view files and clone it, but cannot push or open issues or pull requests.
a34b4e8033
rotini
/
backend
/
requirements.in
6 lines
77 B
Text
Raw
Normal View
History
Unescape
Escape
feat(backend): sub fetch endpoints (#2) * feat(backend): sub fetch endpoints * ci: skip frontend/backend if no frontend change * ci: backend formatting * build: tooling and commands * build: psycopg2 * build: dependency locking tooling * build: pylint * feat: migration handling * feat: rudimentary upload flow * feat: basic file create/read interactions * docs: stubs * build: migration command
2023-08-09 03:49:54 +00:00
fastapi~=0.101
uvicorn[standard]
python-multipart
psycopg2
feat(backend): file deletion flow (#16) * feat(backend): file deletion flow * ci: set change-check flags when no changes detected * feat(backend): refactor settings to be a singleton object * refactor(backend): cleaning delete flow cruft * test(backend): add coverage for deletion + adapt coverage to only rely on endpoints * docs: type responses for deletions
2023-08-14 12:26:05 +00:00
typing_extensions
Reference in a new issue
Copy permalink