pypiserver/requirements
Matthew Planchard 02b3802876 Replaced config, updated lots of things
* Full utilization of the new argparse-based config
* Removed everythong from `__init__.py`
* Moved all app definition into a factory function in `_app.py`
* Moved `app()` into `_app.py` and imported into `__init__.py`
* The former now just calls the factory function, no more hacks around
module imports
* Moved version stuff into `_version.py`
* Moved the paste factory into its own module
* Lots of PEP008 formatting
* Generally moved constants to top of files
* Simplified `exec` calls to get the version
* Added `ipdb` to dev requirements
2018-07-03 21:30:50 -05:00
..
dev.pip Replaced config, updated lots of things 2018-07-03 21:30:50 -05:00
exe.pip Add dev & exe pip-requirements files. 2015-09-17 20:23:26 +02:00