25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

requirements.txt 219 B

1234567891011
  1. Django==3.2.8
  2. django-cors-middleware==1.5.0
  3. djangorestframework==3.12.4
  4. PyJWT==2.1.0
  5. djangorestframework-simplejwt==4.8.0
  6. djoser==2.1.0
  7. envparse==0.2.0
  8. gunicorn==20.1.0
  9. psycopg2-binary==2.9.1
  10. # tests
  11. factory-boy==3.2.0