Skip to content

Commit 62a66ef

Browse files
author
Andres Vargas
committed
Update readme
1 parent fcdecd9 commit 62a66ef

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22

33

44
![demo](http://g.recordit.co/nHeGUyucIi.gif)
5+
6+
7+
## Render
8+
9+

requirements.txt

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#
2+
# This file is autogenerated by pip-compile
3+
# To update, run:
4+
#
5+
# pip-compile --output-file=requirements.txt
6+
#
7+
asgiref==3.2.5 # via django
8+
django-bsync==1.4.3 # via -r requirements.in
9+
django-seed==0.2.2 # via -r requirements.in
10+
django==3.0.4 # via -r requirements.in, django-seed
11+
faker==4.0.2 # via django-seed
12+
python-dateutil==2.8.1 # via faker
13+
pytz==2019.3 # via django
14+
six==1.14.0 # via python-dateutil
15+
sqlparse==0.3.1 # via django
16+
text-unidecode==1.3 # via faker

0 commit comments

Comments
 (0)