Skip to content

Commit 80e38cb

Browse files
committed
Minor requirements updates
1 parent 61fbb14 commit 80e38cb

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

ecommerce.code-workspace

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {}
8+
}

pyvenv.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
home = /Library/Frameworks/Python.framework/Versions/3.8/bin
2+
include-system-site-packages = false
3+
version = 3.8.2

src/db.sqlite3

0 Bytes
Binary file not shown.

src/requirements.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ boto3==1.4.7
22
boto==2.48.0
33
botocore==1.7.32
44
certifi==2017.7.27.1
5-
cfe==0.0.15
65
chardet==3.0.4
7-
dj-database-url==0.4.2
8-
django-storages==1.6.5
6+
dj-database-url
7+
django-storages
98
django==1.11.17
109
docutils==0.14
1110
gitdb2==2.0.3
@@ -14,16 +13,16 @@ gunicorn==19.7.1
1413
idna==2.6
1514
jmespath==0.9.3
1615
olefile==0.44
17-
pillow==4.3.0
16+
pillow
1817
pip==9.0.1
19-
psycopg2==2.7.3.1
18+
psycopg2-binary
2019
python-dateutil==2.6.1
21-
pytz==2017.2
20+
pytz
2221
requests>=2.20.0
2322
s3transfer==0.1.11
2423
setuptools==36.6.0
2524
six==1.11.0
2625
smmap2==2.0.3
27-
stripe==1.68.0
26+
stripe
2827
urllib3>=1.23
2928
wheel==0.30.0

0 commit comments

Comments
 (0)