Skip to content

Commit 1b655c1

Browse files
Updated python version and packages
1 parent c72d01c commit 1b655c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ If you want to know more about Facebook Accountkit, check out the following reso
1313

1414
## Requirements
1515

16-
- Python (2.7)
17-
- Django (1.11)
16+
- Python (>= 2.7 and <= 3.7)
17+
- Django (>=1.11)
1818

1919

2020
## Installation

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
certifi==2018.1.18
22
chardet==3.0.4
3-
Django==1.11
3+
Django==2.1
44
idna==2.6
5-
pytz==2018.3
6-
requests==2.18.4
7-
urllib3==1.22
5+
pytz==2019.1
6+
requests==2.21.0
7+
urllib3==1.24.2

0 commit comments

Comments
 (0)