diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2021-11-07 19:10:49 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2021-11-07 19:10:49 +0100 |
commit | 946c262908e657d09df5eb6a011d3d7cedb0fa65 (patch) | |
tree | 76ad08f81a2b0dc7e6944d92fff50679911fc6c3 | |
parent | 56ef746f91e21d94c1abff5fd1a5f842fd85cb02 (diff) | |
download | lom_api-946c262908e657d09df5eb6a011d3d7cedb0fa65.tar.gz lom_api-946c262908e657d09df5eb6a011d3d7cedb0fa65.zip |
repair python req file
-rw-r--r-- | python.req | 37 |
1 files changed, 0 insertions, 37 deletions
@@ -1,46 +1,9 @@ | |||
1 | asgiref==3.4.1 | 1 | asgiref==3.4.1 |
2 | backcall==0.2.0 | ||
3 | backports.entry-points-selectable==1.1.0 | ||
4 | cffi==1.15.0 | 2 | cffi==1.15.0 |
5 | cryptography==35.0.0 | 3 | cryptography==35.0.0 |
6 | debugpy==1.5.1 | ||
7 | decorator==5.1.0 | ||
8 | distlib==0.3.3 | ||
9 | Django==3.2.9 | 4 | Django==3.2.9 |
10 | django-rest-knox==4.1.0 | 5 | django-rest-knox==4.1.0 |
11 | djangorestframework==3.12.4 | 6 | djangorestframework==3.12.4 |
12 | entrypoints==0.3 | ||
13 | filelock==3.3.2 | ||
14 | htmlentities==0.3.0 | ||
15 | ipykernel==6.5.0 | ||
16 | ipython==7.29.0 | ||
17 | jedi==0.18.0 | ||
18 | jupyter-client==7.0.6 | ||
19 | jupyter-core==4.9.1 | ||
20 | matplotlib-inline==0.1.3 | ||
21 | nest-asyncio==1.5.1 | ||
22 | parso==0.8.2 | ||
23 | pexpect==4.8.0 | ||
24 | pickleshare==0.7.5 | ||
25 | platformdirs==2.4.0 | ||
26 | prompt-toolkit==3.0.22 | ||
27 | ptyprocess==0.7.0 | ||
28 | pycairo==1.20.1 | ||
29 | pycparser==2.21 | 7 | pycparser==2.21 |
30 | Pygments==2.10.0 | ||
31 | PyGObject==3.40.1 | ||
32 | pyinotify==0.9.6 | ||
33 | python-dateutil==2.8.2 | ||
34 | python-Levenshtein==0.12.0 | ||
35 | pytz==2021.3 | 8 | pytz==2021.3 |
36 | pyxdg==0.27 | ||
37 | pyzmq==22.3.0 | ||
38 | ranger-fm==1.9.3 | ||
39 | six==1.16.0 | ||
40 | sqlparse==0.4.2 | 9 | sqlparse==0.4.2 |
41 | tornado==6.1 | ||
42 | traitlets==5.1.1 | ||
43 | ulauncher==5.13.0 | ||
44 | virtualenv==20.10.0 | ||
45 | wcwidth==0.2.5 | ||
46 | websocket-client==1.2.1 | ||