summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradityacp2020-08-13 16:44:13 +0530
committeradityacp2020-08-13 16:44:13 +0530
commit067a34023597b6a23302a6fe4439025975737293 (patch)
tree5cfd828e63c59f6fd3b27e8503ff4ebdd234ffa1
parentf4ce8c9e3f20d0d4c873bfb8b0dd4d83ac0b8a58 (diff)
downloadworkshop_booking-067a34023597b6a23302a6fe4439025975737293.tar.gz
workshop_booking-067a34023597b6a23302a6fe4439025975737293.tar.bz2
workshop_booking-067a34023597b6a23302a6fe4439025975737293.zip
Add pandas to the requirements
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 622c429..cc9dfd7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,4 +2,5 @@ Django==3.0.7
coverage
pyaml
django-recurrence
-python-decouple==3.3 \ No newline at end of file
+python-decouple==3.3
+pandas