requirements.txt 826 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. aiomysql==0.0.21
  2. aioredis==1.3.1
  3. alembic==1.6.0
  4. aniso8601==7.0.0
  5. async-timeout==3.0.1
  6. bcrypt==3.2.0
  7. casbin==1.0.4
  8. casbin-sqlalchemy-adapter==0.3.1
  9. cffi==1.14.5
  10. click==7.1.2
  11. cryptography==3.4.7
  12. et-xmlfile==1.1.0
  13. fastapi==0.65.1
  14. fastapi-authz==0.0.5
  15. graphene==2.1.8
  16. graphql-core==2.3.2
  17. graphql-relay==2.0.1
  18. greenlet==1.0.0
  19. h11==0.12.0
  20. #hiredis==2.0.0
  21. Mako==1.1.4
  22. MarkupSafe==1.1.1
  23. mysql-connector==2.2.9
  24. numpy==1.20.2
  25. openpyxl==3.0.7
  26. pandas==1.2.4
  27. passlib==1.7.4
  28. promise==2.3
  29. pycparser==2.20
  30. pydantic==1.8.2
  31. PyJWT==2.1.0
  32. PyMySQL==0.9.3
  33. python-dateutil==2.8.1
  34. python-dotenv==0.18.0
  35. python-editor==1.0.4
  36. python-multipart==0.0.5
  37. pytz==2021.1
  38. redis==3.5.3
  39. Rx==1.6.1
  40. simpleeval==0.9.10
  41. six==1.15.0
  42. SQLAlchemy==1.4.19
  43. starlette==0.14.2
  44. typing-extensions==3.10.0.0
  45. uvicorn==0.13.4
  46. xlrd==2.0.1
  47. yapf==0.31.0
  48. Pillow==8.3.1
  49. aiohttp==3.7.4