Skip to content

Commit f276bfd

Browse files
authored
Merge pull request #43 from Axelrod-Python/requirements
Remove requirements.in and simplify requirements.txt
2 parents ab469e9 + ffcf0d4 commit f276bfd

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

requirements.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements.txt

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
#
2-
# This file is autogenerated by pip-compile
3-
# To update, run:
4-
#
5-
# pip-compile --output-file requirements.txt requirements.in
6-
#
7-
axelrod==3.1.2
8-
cycler==0.10.0 # via matplotlib
9-
hypothesis==3.14.0 # via axelrod
10-
matplotlib==2.0.2 # via axelrod
11-
numpy==1.13.1 # via axelrod, matplotlib, scipy
12-
prompt-toolkit==1.0.14 # via axelrod
13-
pyparsing==2.2.0 # via matplotlib
14-
python-dateutil==2.6.1 # via matplotlib
15-
pytz==2017.2 # via matplotlib
16-
scipy==0.19.1 # via axelrod
17-
six==1.10.0 # via cycler, matplotlib, prompt-toolkit, python-dateutil
18-
tqdm==4.15.0 # via axelrod
19-
wcwidth==0.1.7 # via prompt-toolkit
1+
axelrod=>3.1.2

0 commit comments

Comments
 (0)