File: mypy.txt

package info (click to toggle)
flask-sqlalchemy 3.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 832 kB
  • sloc: python: 2,909; makefile: 27; sh: 14
file content (26 lines) | stat: -rw-r--r-- 520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
#    pip-compile requirements/mypy.in
#
greenlet==2.0.2
    # via sqlalchemy
iniconfig==2.0.0
    # via pytest
mypy==1.5.1
    # via -r requirements/mypy.in
mypy-extensions==1.0.0
    # via mypy
packaging==23.1
    # via pytest
pluggy==1.3.0
    # via pytest
pytest==7.4.2
    # via -r requirements/mypy.in
sqlalchemy==2.0.20
    # via -r requirements/mypy.in
typing-extensions==4.7.1
    # via
    #   mypy
    #   sqlalchemy