Stewart86 / roadtaxTracker

CRUD operation for a fleet of vehicle in Singapore to ease roadtax renewal
MIT License
8 stars 35 forks source link

Upgrade to latest Python #13

Closed Stewart86 closed 4 years ago

Stewart86 commented 4 years ago

Current Python version is outdated. To upgrade to latest Python and all other packages.

imanvanassum commented 4 years ago

I'll pick this up, looks like a fun application.

imanvanassum commented 4 years ago

https://github.com/Stewart86/roadtaxTracker/pull/15

That's not all obviously, but a start (I didn't realise the rest of the app doesn't have unittests...)

Stewart86 commented 4 years ago

Sorry I have to revert the pull request as I reaslise this project is using a piplock file, which is using the pipenv package for installation. please re submit a PR with pipenv installation.

imanvanassum commented 4 years ago

Cool but then why close the issue?

Stewart86 commented 4 years ago

I have addressed the issue with my latest push and updated it to python 3.8 with pipenv.