diff --git a/.gitignore b/.gitignore index 11c466d..8a14d77 100644 --- a/.gitignore +++ b/.gitignore @@ -131,6 +131,7 @@ venv/ ENV/ env.bak/ venv.bak/ +testvenv/ # Spyder project settings .spyderproject diff --git a/readme b/readme index e7a9147..b148502 100644 --- a/readme +++ b/readme @@ -1,5 +1,6 @@ uvicorn --host 0.0.0.0 --port 9999 --reload main:app +install python 3.8.10 32-bit(not 64bit) in windows 7 64-bit. because quickbooks is 32-bit todo: - change bgrlinedasa.py at raspi - for folium, chagne the django mapping to accept form input asking FromDate and ToDate option. and drop down time ReportDateMacro diff --git a/requirements.txt b/requirements.txt index 113add3..d2c946d 100644 Binary files a/requirements.txt and b/requirements.txt differ