Metadata-Version: 2.1
Name: too-simple-server
Version: 0.1.0b1
Summary: Simple web server stub for testing purposes (with a lot of dependencies)
License: Apache-2.0
Author: Anton Kachurin
Author-email: anton.kachurin@t-systems.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: flask (>=1.1,<2.0)
Requires-Dist: flask-restful (>=0.3.7,<0.4.0)
Requires-Dist: lockfile (>=0.12.2,<0.13.0)
Requires-Dist: peewee (>=3.9,<4.0)
Requires-Dist: psycopg2 (>=2.8,<3.0)
Requires-Dist: python-daemon (>=2.2,<3.0)
Requires-Dist: requests (>=2.22,<3.0)
Requires-Dist: wsgiserver (>=1.3,<2.0)
