Metadata-Version: 2.1
Name: hrin-msb
Version: 0.1.2
Summary: 
Author: Prakash Mishra
Author-email: prakash.mishra@intimetec.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: cerberus (>=1.3.4,<2.0.0)
Requires-Dist: cffi (>=1.15.1,<2.0.0)
Requires-Dist: cryptography (>=38.0.3,<39.0.0)
Requires-Dist: django (>=4.1.3,<5.0.0)
Requires-Dist: djangorestframework (==3.13.1)
Requires-Dist: djangorestframework-simplejwt (==5.1.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: python-dotenv (>=0.21.0,<0.22.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

# hrin-msb

## Pre-requisites for setup
1. `pip install poetry`

## How To Build

1. `poetry build`
2. `poetry config http-basic.pypi <username> <password>`
3. `poetry publish`
