ASWWU-Web / python_server

The API server for ASWWU Web. This project uses the Tornado web framework to serve and manage data across all ASWWU sites.
https://aswwu.com/server
4 stars 10 forks source link

Switch from requirements.txt to pipenv #148

Closed kadensu closed 4 years ago

kadensu commented 4 years ago

Utilize better pip workflow by using pipenv instead of a basic requirements file.

kadensu commented 4 years ago

Added in #140