summaryrefslogtreecommitdiffstats
path: root/kud/tests/generic_simulator/requirements.txt
blob: a0b6aae2c0dc10abd2a1bd5c24146f51bb427804 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2018
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

PyYAML
web.py
from '@angular/common'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import { DragCopyComponent } from './drag-copy/drag-copy.component'; @NgModule({ declarations: [ AppComponent, DragCopyComponent ], imports: [ BrowserModule, AppRoutingModule, FormsModule, CommonModule ], providers: [], bootstrap: [AppComponent] }) export class AppModule { }