File tree 4 files changed +130
-2
lines changed
4 files changed +130
-2
lines changed Original file line number Diff line number Diff line change
1
+ numpy
2
+ pygame-ce
3
+ pytiled-parser
4
+ triangle
Original file line number Diff line number Diff line change
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
+ # by the following command:
4
+ #
5
+ # pip-compile requirements.in
6
+ #
7
+ attrs == 23.1.0
8
+ # via pytiled-parser
1
9
numpy == 1.22.4
2
- pygame == 2.1.2
10
+ # via
11
+ # -r requirements.in
12
+ # triangle
13
+ pygame-ce == 2.3.2
14
+ # via -r requirements.in
3
15
pytiled-parser == 2.2.1
4
- triangle == 20220202
16
+ # via -r requirements.in
17
+ triangle == 20230923
18
+ # via -r requirements.in
19
+ typing-extensions == 4.8.0
20
+ # via pytiled-parser
Original file line number Diff line number Diff line change
1
+ -r requirements.txt
2
+ coverage
3
+ flake8
4
+ isort
5
+ mypy
6
+ mypy-extensions
7
+ pylint
8
+ pytest
9
+ tox
Original file line number Diff line number Diff line change
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
+ # by the following command:
4
+ #
5
+ # pip-compile requirements_dev.in
6
+ #
7
+ astroid==2.11.7
8
+ # via pylint
9
+ attrs==23.1.0
10
+ # via
11
+ # -r requirements.txt
12
+ # pytest
13
+ # pytiled-parser
14
+ coverage==6.4.1
15
+ # via -r requirements_dev.in
16
+ dill==0.3.7
17
+ # via pylint
18
+ distlib==0.3.7
19
+ # via virtualenv
20
+ filelock==3.13.1
21
+ # via
22
+ # tox
23
+ # virtualenv
24
+ flake8==4.0.1
25
+ # via -r requirements_dev.in
26
+ iniconfig==2.0.0
27
+ # via pytest
28
+ isort==5.10.1
29
+ # via
30
+ # -r requirements_dev.in
31
+ # pylint
32
+ lazy-object-proxy==1.9.0
33
+ # via astroid
34
+ mccabe==0.6.1
35
+ # via
36
+ # flake8
37
+ # pylint
38
+ mypy==0.971
39
+ # via -r requirements_dev.in
40
+ mypy-extensions==0.4.3
41
+ # via
42
+ # -r requirements_dev.in
43
+ # mypy
44
+ numpy==1.22.4
45
+ # via
46
+ # -r requirements.txt
47
+ # triangle
48
+ packaging==23.2
49
+ # via
50
+ # pytest
51
+ # tox
52
+ platformdirs==3.11.0
53
+ # via
54
+ # pylint
55
+ # virtualenv
56
+ pluggy==1.3.0
57
+ # via
58
+ # pytest
59
+ # tox
60
+ py==1.11.0
61
+ # via
62
+ # pytest
63
+ # tox
64
+ pycodestyle==2.8.0
65
+ # via flake8
66
+ pyflakes==2.4.0
67
+ # via flake8
68
+ pygame-ce==2.3.2
69
+ # via -r requirements.txt
70
+ pylint==2.14.2
71
+ # via -r requirements_dev.in
72
+ pytest==7.1.2
73
+ # via -r requirements_dev.in
74
+ pytiled-parser==2.2.1
75
+ # via -r requirements.txt
76
+ six==1.16.0
77
+ # via tox
78
+ toml==0.10.2
79
+ # via tox
80
+ tomli==2.0.1
81
+ # via pytest
82
+ tomlkit==0.12.2
83
+ # via pylint
84
+ tox==3.25.0
85
+ # via -r requirements_dev.in
86
+ triangle==20230923
87
+ # via -r requirements.txt
88
+ typing-extensions==4.8.0
89
+ # via
90
+ # -r requirements.txt
91
+ # mypy
92
+ # pytiled-parser
93
+ virtualenv==20.24.6
94
+ # via tox
95
+ wrapt==1.15.0
96
+ # via astroid
97
+
98
+ # The following packages are considered to be unsafe in a requirements file:
99
+ # setuptools
You can’t perform that action at this time.
0 commit comments