Skip to content

Commit

Permalink
fix: update requirements and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinKweyu committed Mar 23, 2022
1 parent 7cc9362 commit 3a718ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

                
                
[![Python Version](https://img.shields.io/badge/python-3.7-brightgreen.svg)](https://python.org)
[![Django Version](https://img.shields.io/badge/django-2.2-brightgreen.svg)](https://djangoproject.com)
[![Python Version](https://img.shields.io/badge/python-3.9-brightgreen.svg)](https://python.org)
[![Django Version](https://img.shields.io/badge/django-3.2-brightgreen.svg)](https://djangoproject.com)
[![CircleCI](https://circleci.com/gh/MarvinKweyu/AssessMe.svg?style=svg)](https://circleci.com/gh/MarvinKweyu/AssessMe)
![Release](https://img.shields.io/github/v/release/MarvinKweyu/AssessMe?include_prereleases)
![Contributors](https://img.shields.io/github/contributors/MarvinKweyu/AssessMe)
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ attrs==19.3.0
black==19.10b0
click==7.1.2
dj-database-url==0.5.0
Django==2.2.27
django-crispy-forms==1.7.0
Django==3.2
django-crispy-forms
django-heroku==0.3.1
gunicorn==20.0.4
isort==4.3.21
lazy-object-proxy==1.4.3
mccabe==0.6.1
pathspec==0.8.0
psycopg2-binary==2.8.6
psycopg2-binary==2.9
redgreenunittest==0.1.1
pylint==2.5.3
python-dotenv==0.14.0
Expand Down

0 comments on commit 3a718ec

Please sign in to comment.