mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Version bump 0.2.4
This commit is contained in:
parent
94af4fc171
commit
3ed746a5d9
@ -3,6 +3,12 @@
|
|||||||
History
|
History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
0.2.4 (2015-05-10)
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
* Refactoring
|
||||||
|
* fix "import as"
|
||||||
|
|
||||||
0.2.3 (2015-05-09)
|
0.2.3 (2015-05-09)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
@ -47,9 +47,6 @@ Example
|
|||||||
::
|
::
|
||||||
|
|
||||||
$ pipreqs /home/project/location
|
$ pipreqs /home/project/location
|
||||||
Looking for imports
|
|
||||||
Getting latest information about packages from PyPI
|
|
||||||
Found third-party imports: flask, requests, sqlalchemy, docopt
|
|
||||||
Successfully saved requirements file in /home/project/location/requirements.txt
|
Successfully saved requirements file in /home/project/location/requirements.txt
|
||||||
|
|
||||||
Why not pip freeze?
|
Why not pip freeze?
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ requirements = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pipreqs',
|
name='pipreqs',
|
||||||
version='0.2.3',
|
version='0.2.4',
|
||||||
description="Pip requirements.txt generator based on imports in project",
|
description="Pip requirements.txt generator based on imports in project",
|
||||||
long_description=readme + '\n\n' + history,
|
long_description=readme + '\n\n' + history,
|
||||||
author="Vadim Kravcenko",
|
author="Vadim Kravcenko",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user