Skip to content

Commit aa8374b

Browse files
refractor: refractored the project
1 parent cd4e20e commit aa8374b

23 files changed

+6
-63
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
/venv
22
/.vscode
3-
/.pytest_cache
3+
/.pytest_cache
4+
dist/
5+
*.egg-info/
6+
**__pycache__/
7+
db/sqlite3
File renamed without changes.
File renamed without changes.
File renamed without changes.

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
python_files = test_*.py
33
DJANGO_SETTINGS_MODULE = settings
44
django_find_project = false
5-
pythonpath = ./sql-package/tests
5+
pythonpath = ./tests

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ rfc3986==2.0.0
3434
rich==13.6.0
3535
SecretStorage==3.3.3
3636
six==1.16.0
37-
sql-inspector==1.0.0.3
3837
sqlparse==0.4.4
3938
twine==4.0.2
4039
urllib3==2.0.7
File renamed without changes.
File renamed without changes.

sql-package/README.md

Lines changed: 0 additions & 60 deletions
This file was deleted.
-206 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)