Remove egg-info directory and update .gitignore to exclude inventory.egg-info
This commit is contained in:
parent
9803db17ab
commit
ac0cccc649
6 changed files with 2 additions and 22 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -6,4 +6,5 @@
|
|||
*.sqlite
|
||||
*.sqlite3
|
||||
alembic.ini
|
||||
alembic/
|
||||
alembic/
|
||||
inventory.egg-info/
|
|
@ -1,12 +0,0 @@
|
|||
Metadata-Version: 2.4
|
||||
Name: inventory
|
||||
Version: 0.1.0
|
||||
Summary: A Flask app for tracking inventory.
|
||||
Requires-Python: >=3.9
|
||||
Requires-Dist: python-dotenv
|
||||
Requires-Dist: flask
|
||||
Requires-Dist: flask_sqlalchemy
|
||||
Requires-Dist: pandas
|
||||
Requires-Dist: pyodbc
|
||||
Requires-Dist: beautifulsoup4
|
||||
Requires-Dist: alembic
|
|
@ -1 +0,0 @@
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
python-dotenv
|
||||
flask
|
||||
flask_sqlalchemy
|
||||
pandas
|
||||
pyodbc
|
||||
beautifulsoup4
|
||||
alembic
|
|
@ -1 +0,0 @@
|
|||
inventory
|
Loading…
Add table
Add a link
Reference in a new issue