Skip to content

Commit

Permalink
Updated python version and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
antiproblemist committed Apr 24, 2019
1 parent c72d01c commit 1b655c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ If you want to know more about Facebook Accountkit, check out the following reso

## Requirements

- Python (2.7)
- Django (1.11)
- Python (>= 2.7 and <= 3.7)
- Django (>=1.11)


## Installation
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
certifi==2018.1.18
chardet==3.0.4
Django==1.11
Django==2.1
idna==2.6
pytz==2018.3
requests==2.18.4
urllib3==1.22
pytz==2019.1
requests==2.21.0
urllib3==1.24.2

0 comments on commit 1b655c1

Please sign in to comment.