Redesign1 #1
6 changed files with 12 additions and 23 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
**/__pycache__/
|
||||
inventory/static/uploads/*
|
||||
!inventory/static/uploads/.gitkeep
|
||||
.venv/
|
||||
.env
|
||||
*.db
|
||||
*.db-journal
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
alembic.ini
|
||||
alembic/
|
||||
*.egg-info/
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
Metadata-Version: 2.4
|
||||
Name: crudkit
|
||||
Version: 0.1.0
|
||||
Summary: A Flask API for better SQLAlchemy usage.
|
||||
Requires-Python: >=3.9
|
||||
Requires-Dist: flask
|
||||
Requires-Dist: flask_sqlalchemy
|
||||
Requires-Dist: python-dotenv
|
||||
Requires-Dist: Werkzeug
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
pyproject.toml
|
||||
crudkit/__init__.py
|
||||
crudkit/mixins.py
|
||||
crudkit.egg-info/PKG-INFO
|
||||
crudkit.egg-info/SOURCES.txt
|
||||
crudkit.egg-info/dependency_links.txt
|
||||
crudkit.egg-info/requires.txt
|
||||
crudkit.egg-info/top_level.txt
|
||||
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
flask
|
||||
flask_sqlalchemy
|
||||
python-dotenv
|
||||
Werkzeug
|
||||
|
|
@ -1 +0,0 @@
|
|||
crudkit
|
||||
Loading…
Add table
Add a link
Reference in a new issue