File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
Metadata-Version: 1.0
2
2
Name: foy-python
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
Summary: UNKNOWN
5
5
Home-page: https://github.com/fountain-of-youth/foy-python-handler
6
6
Author: Renata Carreira
@@ -21,4 +21,18 @@ Description: Foy - Python Handler
21
21
Check for a package's new version:
22
22
23
23
foy.python -C <package>
24
+
25
+ Project requirements
26
+ ------------
27
+
28
+ Your project should have a requirements.txt file in the following format:
29
+
30
+ [package]==[version]
31
+
32
+ Note that you can also use:
33
+
34
+ [package]>=[version]
35
+ [package]<=[version]
36
+ [package]>[version]
37
+ [package]<[version]
24
38
Platform: UNKNOWN
Original file line number Diff line number Diff line change 1
1
CHANGES.txt
2
2
LICENSE.txt
3
3
MANIFEST.in
4
+ requirements.txt
4
5
setup.py
5
6
foy_python/__init__.py
6
7
foy_python/cli.py
@@ -13,4 +14,4 @@ foy_python.egg-info/entry_points.txt
13
14
foy_python.egg-info/not-zip-safe
14
15
foy_python.egg-info/requires.txt
15
16
foy_python.egg-info/top_level.txt
16
- test/test .py
17
+ test/test_foy_python .py
Original file line number Diff line number Diff line change 1
1
yolk==0.4.3
2
- sh==1.07
2
+ sh==1.07
3
+ pytest==2.3.4
You can’t perform that action at this time.
0 commit comments