add initial requirements

This commit is contained in:
Maxime Bloch 2020-07-21 21:40:59 +02:00
parent df209d00cf
commit 56ab57f7f5
5 changed files with 4 additions and 0 deletions

0
events/__init__.py Normal file
View file

0
events/models.py Normal file
View file

4
requirements.txt Normal file
View file

@ -0,0 +1,4 @@
asgiref==3.2.10
Django==3.0.8
pytz==2020.1
sqlparse==0.3.1

0
users/__init__.py Normal file
View file

0
users/models.py Normal file
View file