Initial commit. Connects to db. Setup UserAddress table. Test queries and filters. Also setup requirements.txt

This commit is contained in:
Dan Dembinski
2021-02-16 12:06:29 -05:00
commit 7dfd82f738
2 changed files with 25 additions and 0 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
pymssql==2.1.5
SQLAlchemy==1.3.23